MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
transitioning to new font made by Puz.
imported>Logoarto No edit summary |
imported>Logoarto (transitioning to new font made by Puz.) |
||
Line 2: | Line 2: | ||
@import url('/1.41/extensions/FontAwesome/res/fontawesome/css/all.min.css'); | @import url('/1.41/extensions/FontAwesome/res/fontawesome/css/all.min.css'); | ||
@import url('https://static.wikiforge.net/avidwiki/9/96/Avid_web_hinted_2.ttf'); | |||
/* Define typefaces.*/ | /* Define typefaces.*/ | ||
@font-face { | @font-face { | ||
font-family: ' | font-family: 'AVID Web'; | ||
src: url('https://static.wikiforge.net/avidwiki/ | src: url('https://static.wikiforge.net/avidwiki/9/96/Avid_web_hinted_2.ttf'); | ||
} | } | ||
.classname { | .classname { | ||
font-family: ' | font-family: 'AVID Web'; | ||
} | } | ||
/* Code copied from [[wikipedia:MediaWiki:Common.css]] */ | /* Code copied from [[wikipedia:MediaWiki:Common.css]] */ | ||
/* Make Main Page title invisible */ | /* Make Main Page title invisible */ |