Created
April 3, 2016 12:08
-
-
Save xiaohanyu/8b9ea9d10a713ea90652902566c2bde9 to your computer and use it in GitHub Desktop.
CSS for linux libertine font(http://linuxlibertine.sourceforge.net/fonts/)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@font-face { | |
font-family: 'Linux Libertine'; /* normal */ | |
src: url('/static/fonts/linux-libertine/LinLibertine_R.woff') format('woff'); | |
font-weight: normal; | |
font-style: normal; | |
} | |
@font-face { | |
font-family: 'Linux Libertine'; /* italic */ | |
src: url('/static/fonts/linux-libertine/LinLibertine_RI.woff') format('woff'); | |
font-weight: normal; | |
font-style: italic; | |
} | |
@font-face { | |
font-family: 'Linux Libertine'; /* bold */ | |
src: url('/static/fonts/linux-libertine/LinLibertine_RB.woff') format('woff'); | |
font-weight: bold; | |
font-style: normal; | |
} | |
@font-face { | |
font-family: 'Linux Libertine'; /* bold */ | |
src: url('/static/fonts/linux-libertine/LinLibertine_RBI.woff') format('woff'); | |
font-weight: bold; | |
font-style: italic; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Ref: