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: ' | .mw-body h1, .mw-body-content h1 { font-family: 'MyCustomFont3', sans-serif; } | ||
@font-face { font-family: ' | @font-face { font-family: 'MyCustomFont3'; src: url('/nc_assets/fonts/Balu Brigada Font.ttf') format('truetype'); font-weight: normal; font-style: normal; } | ||
@font-face { font-family: 'MyCustomFont2'; src: url('/nc_assets/fonts/Bandana Font.ttf') format('truetype'); font-weight: | @font-face { font-family: 'MyCustomFont2'; src: url('/nc_assets/fonts/Bandana Font.ttf') format('truetype'); font-weight: normal; font-style: normal; } | ||
.mw-mmv-post-image { background-color: #DDD7CC; } | .mw-mmv-post-image { background-color: #DDD7CC; } | ||