MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
updating font links
imported>StarlightFantasy No edit summary |
imported>Hb1290 (updating font links) |
||
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
@import url('/w/extensions/FontAwesome/res/fontawesome/css/all.min.css'); | @import url('/w/extensions/FontAwesome/res/fontawesome/css/all.min.css'); | ||
@import url('https://static. | @import url('https://static.wikiforge.net/avidwiki/7/7e/CLGSans-Regular.ttf'); | ||
@import url('https://static. | @import url('https://static.wikiforge.net/avidwiki/6/6f/CLGSans-Bold.ttf'); | ||
@import url('https://fonts.googleapis.com/css2?family=Material+Symbols+Rounded'); | @import url('https://fonts.googleapis.com/css2?family=Material+Symbols+Rounded'); | ||
/* Define typefaces.*/ | /* Define typefaces.*/ | ||
@font-face { | @font-face { | ||
font-family: 'AVID Sans'; | font-family: 'AVID Sans'; | ||
src: url('https://static. | src: url('https://static.wikiforge.net/avidwiki/7/7e/CLGSans-Regular.ttf'); | ||
} | } | ||
.classname { | .classname { | ||
Line 15: | Line 15: | ||
font-family: 'AVID Sans'; | font-family: 'AVID Sans'; | ||
font-weight: bold; | font-weight: bold; | ||
src: url('https://static. | src: url('https://static.wikiforge.net/avidwiki/6/6f/CLGSans-Bold.ttf'); | ||
} | } | ||
classname { | classname { | ||
Line 23: | Line 23: | ||
@font-face { | @font-face { | ||
font-family: 'AVID Sans'; | font-family: 'AVID Sans'; | ||
src: url('https://static. | src: url('https://static.wikiforge.net/avidwiki/7/7e/CLGSans-Regular.ttf'); | ||
} | } | ||
@font-face { | @font-face { | ||
font-family: 'AVID Sans Book'; | font-family: 'AVID Sans Book'; | ||
src: url('https://static. | src: url('https://static.wikiforge.net/avidwiki/9/9e/AVID_Sans_Book.ttf'); | ||
} | } | ||
.classname { | .classname { | ||
Line 44: | Line 44: | ||
@font-face { | @font-face { | ||
font-family: 'Gotham Book'; | font-family: 'Gotham Book'; | ||
src: url('https://static. | src: url('https://static.wikiforge.net/avidwiki/0/0e/Gotham-Book.otf'); | ||
} | } | ||
@font-face { | @font-face { | ||
font-family: 'Gotham Medium'; | font-family: 'Gotham Medium'; | ||
src: url('https://static. | src: url('https://static.wikiforge.net/avidwiki/f/f0/Gotham-Medium.otf'); | ||
} | } | ||
@font-face { | @font-face { | ||
font-family: 'Gotham Bold'; | font-family: 'Gotham Bold'; | ||
src: url('https://static. | src: url('https://static.wikiforge.net/avidwiki/f/f3/Gotham-Bold.otf'); | ||
} | } | ||
@font-face { | @font-face { | ||
font-family: 'Gotham Black'; | font-family: 'Gotham Black'; | ||
src: url('https://static. | src: url('https://static.wikiforge.net/avidwiki/7/7e/Gotham-Black.otf'); | ||
} | } | ||
@font-face { | @font-face { |