9,036
edits
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
.mw-body h1, .mw-body-content h1 { font-family: 'MyCustomFont', sans-serif | .mw-body h1, .mw-body-content h1 { font-family: 'MyCustomFont', sans-serif; } | ||
@font-face { font-family: 'MyCustomFont'; src: url('/nc_assets/fonts/Alfredino Semimono.ttf') format('truetype'); font-weight: 400; font-style: normal; padding-bottom: -1 } | @font-face { font-family: 'MyCustomFont'; src: url('/nc_assets/fonts/Alfredino Semimono.ttf') format('truetype'); font-weight: 400; font-style: normal; padding-bottom: -1 } | ||