You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
richdocuments/css/fonts.css

127 lines
3.5 KiB
CSS

@font-face {
font-family: "Gentium Basic";
src: url("../resources/fonts/GenBasR.ttf") format("truetype");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "Gentium Basic";
src: url("../resources/fonts/GenBasB.ttf") format("truetype");
font-weight: bold;
font-style: normal;
}
@font-face {
font-family: "Gentium Basic";
src: url("../resources/fonts/GenBasI.ttf") format("truetype");
font-weight: normal;
font-style: italic;
}
@font-face {
font-family: "Gentium Basic";
src: url("../resources/fonts/GenBasBI.ttf") format("truetype");
font-weight: bold;
font-style: italic;
}
@font-face {
font-family: "Liberation Mono";
src: url("../resources/fonts/LiberationMono-Regular.ttf") format("truetype");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "Liberation Mono";
src: url("../resources/fonts/LiberationMono-Bold.ttf") format("truetype");
font-weight: bold;
font-style: normal;
}
@font-face {
font-family: "Liberation Mono";
src: url("../resources/fonts/LiberationMono-Italic.ttf") format("truetype");
font-weight: normal;
font-style: italic;
}
@font-face {
font-family: "Liberation Mono";
src: url("../resources/fonts/LiberationMono-BoldItalic.ttf") format("truetype");
font-weight: bold;
font-style: italic;
}
@font-face {
font-family: "Liberation Sans";
src: url("../resources/fonts/LiberationSans-Regular.ttf") format("truetype");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "Liberation Sans";
src: url("../resources/fonts/LiberationSans-Bold.ttf") format("truetype");
font-weight: bold;
font-style: normal;
}
@font-face {
font-family: "Liberation Sans";
src: url("../resources/fonts/LiberationSans-Italic.ttf") format("truetype");
font-weight: normal;
font-style: italic;
}
@font-face {
font-family: "Liberation Sans";
src: url("../resources/fonts/LiberationSans-BoldItalic.ttf") format("truetype");
font-weight: bold;
font-style: italic;
}
@font-face {
font-family: "Liberation Serif";
src: url("../resources/fonts/LiberationSerif-Regular.ttf") format("truetype");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "Liberation Serif";
src: url("../resources/fonts/LiberationSerif-Bold.ttf") format("truetype");
font-weight: bold;
font-style: normal;
}
@font-face {
font-family: "Liberation Serif";
src: url("../resources/fonts/LiberationSerif-Italic.ttf") format("truetype");
font-weight: normal;
font-style: italic;
}
@font-face {
font-family: "Liberation Serif";
src: url("../resources/fonts/LiberationSerif-BoldItalic.ttf") format("truetype");
font-weight: bold;
font-style: italic;
}
@font-face {
font-family: "Linux Biolinum G";
src: url("../resources/fonts/LinBiolinum_R_G.ttf") format("truetype");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "Linux Biolinum G";
src: url("../resources/fonts/LinBiolinum_RB_G.ttf") format("truetype");
font-weight: bold;
font-style: normal;
}
@font-face {
font-family: "Linux Biolinum G";
src: url("../resources/fonts/LinBiolinum_RI_G.ttf") format("truetype");
font-weight: normal;
font-style: italic;
}
@font-face {
font-family: "Lohit Devanagari";
src: url("../resources/fonts/Lohit-Devanagari.ttf") format("truetype");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "WenQuanYi Micro Hei";
src: url("../resources/fonts/wqy-microhei.ttc") format("truetype");
font-weight: normal;
font-style: normal;
}