MediaWiki

Foreground.css: Difference between revisions

From Engineering Client Portal

No edit summary
No edit summary
Line 1: Line 1:
@font-face {
@font-face {
     font-family: brandonGrotesque;
     font-family: brandonGrotesque;
     src: url(resources/assets/fonts/brandon_reg-webfont.woff);
     src: url(resources/assets/fonts/brandon_light-webfont.woff);
}
}



Revision as of 00:54, 30 December 2016

@font-face {
    font-family: brandonGrotesque;
    src: url(resources/assets/fonts/brandon_light-webfont.woff);
}

div.title-name {
    font-family: brandonGrotesque;
    text-transform: uppercase;
}