vendor/leafo/lessphp/tests/outputs/font_family.css (view raw)
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
@font-face {
font-family: Graublau Sans Web;
src: url(fonts/GraublauWeb.otf) format("opentype");
}
@font-face {
font-family: Gentium;
src: url('fonts/Gentium.ttf');
}
@font-face {
font-family: Gentium;
src: url("fonts/GentiumItalic.ttf");
font-style: italic;
}
h2 {
font-family: Gentium;
crazy: maroon;
}
|