first import
This commit is contained in:
17
sites/all/libraries/lessphp/tests/outputs/font_family.css
Normal file
17
sites/all/libraries/lessphp/tests/outputs/font_family.css
Normal file
@@ -0,0 +1,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;
|
||||
}
|
Reference in New Issue
Block a user