MediaWiki:Common.css: Difference between revisions
Appearance
Content deleted Content added
Created page with "→CSS placed here will be applied to all skins: @font-face { font-family: heroes; font-style: normal; src: url('HEROES.ttf') format('truetype'), }" |
No edit summary |
||
| Line 5: | Line 5: | ||
font-style: normal; |
font-style: normal; |
||
src: url('HEROES.ttf') format('truetype'), |
src: url('HEROES.ttf') format('truetype'), |
||
} |
|||
.dl { |
|||
font-family: heroes; |
|||
} |
} |
||
Revision as of 21:13, 30 October 2025
/* CSS placed here will be applied to all skins */
@font-face {
font-family: heroes;
font-style: normal;
src: url('HEROES.ttf') format('truetype'),
}
.dl {
font-family: heroes;
}