MediaWiki:Common.css: Difference between revisions
Replaced content with "→CSS placed here will be applied to all skins: " Tag: Replaced |
No edit summary |
||
| Line 1: | Line 1: | ||
/ | @font-face { | ||
font-family: "Adishila"; | |||
src: url("/resources/fonts/adishila/Adishila.ttf") format("truetype"); | |||
font-weight: normal; | |||
font-style: normal; | |||
} | |||
@font-face { | |||
font-family: "Adishila"; | |||
src: url("/resources/fonts/adishila/AdishilaBold.ttf") format("truetype"); | |||
font-weight: bold; | |||
font-style: normal; | |||
} | |||