User:Noggisoggi/vector.css: Difference between revisions
Jump to navigation
Jump to search
Noggisoggi (talk | contribs) m (Added Minecraft font from old J-Stats repo) |
Noggisoggi (talk | contribs) (More font replacement testing) |
||
| (One intermediate revision by the same user not shown) | |||
| Line 1: | Line 1: | ||
@font-face { | @font-face { | ||
font-family: 'Minecraft' !important; | |||
src: url("https://github.com/retromcorg/J-Stats/blob/main/assets/fonts/Minecraft-Regular.otf"); | |||
} | } | ||
.mw-body, | |||
.mw-headline, | |||
.h1, .h2, .h3, .h4, .h5, .h6, | |||
h1, h2, h3, h4, h5, h6, | |||
.mw-label, | |||
.mw-input, | |||
.mw-body-content, | |||
.mw-allpages-table-form, | |||
.firstHeading, #firstHeading, | |||
.mw-allpages-nav { | |||
font-family: 'Minecraft';} | |||
Latest revision as of 12:56, 24 June 2024
@font-face {
font-family: 'Minecraft' !important;
src: url("https://github.com/retromcorg/J-Stats/blob/main/assets/fonts/Minecraft-Regular.otf");
}
.mw-body,
.mw-headline,
.h1, .h2, .h3, .h4, .h5, .h6,
h1, h2, h3, h4, h5, h6,
.mw-label,
.mw-input,
.mw-body-content,
.mw-allpages-table-form,
.firstHeading, #firstHeading,
.mw-allpages-nav {
font-family: 'Minecraft';}