MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
no edit summary
imported>Hb1290 No edit summary |
imported>Hb1290 No edit summary |
||
| Line 3: | Line 3: | ||
@import url('https://static.miraheze.org/avidwiki/7/7e/CLGSans-Regular.ttf'); | @import url('https://static.miraheze.org/avidwiki/7/7e/CLGSans-Regular.ttf'); | ||
@import url('https://static.miraheze.org/avidwiki/6/6f/CLGSans-Bold.ttf'); | @import url('https://static.miraheze.org/avidwiki/6/6f/CLGSans-Bold.ttf'); | ||
/* Define | /* Define typefaces.*/ | ||
@font-face { | @font-face { | ||
font-family: 'AVID Sans'; | font-family: 'AVID Sans'; | ||
| Line 17: | Line 17: | ||
} | } | ||
.classname { | @font-face { | ||
font-family: 'Montserrat Regular'; | |||
src: url('https://static.miraheze.org/avidwiki/3/3c/Montserrat.ttf'); | |||
} | |||
classname { | |||
font-family: 'AVID Sans Bold'; | font-family: 'AVID Sans Bold'; | ||
} | } | ||
| Line 1,060: | Line 1,065: | ||
/*Body fonts (shouldn't override AVID Sans in headings)*/ | /*Body fonts (shouldn't override AVID Sans in headings)*/ | ||
.mw-body-content { | .mw-body-content { | ||
font-family: | font-family: Montserrat Regular | ||
} | } | ||