Skip to content

Instantly share code, notes, and snippets.

Embed
What would you like to do?
CSS for linux libertine font(http://linuxlibertine.sourceforge.net/fonts/)
@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;
}
@xiaohanyu
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment