MediaWiki:Common.css: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
/* Custom Fonts */ | /* Custom Fonts */ | ||
@font-face { | @font-face { | ||
font-family: "Pericles | font-family: 'Rubik', sans-serif; | ||
src: url(https://survivalcraft.wiki/content/Fonts/ | src: url(https://survivalcraft.wiki/content/Fonts/Rubik.ttf) format("truetype"); | ||
} | |||
@font-face { | |||
font-family: 'Rubik Italic', sans-serif; | |||
font-style: italic; | |||
src: url(https://survivalcraft.wiki/content/Fonts/Rubik_Italic.ttf) format("truetype"); | |||
} | |||
@font-face { | |||
font-family: 'Pericles', sans-serif; | |||
src: url(https://survivalcraft.wiki/content/Fonts/Pericles.ttf) format("truetype"); | |||
} | } | ||
/* Changes the font-family style of all content */ | /* Changes the font-family style of all content */ | ||
#content, body, h1, h2, h3,h4, h5 { | #content, body, h1, h2, h3,h4, h5 { | ||
font-family: 'Rubik' | font-family: 'Rubik' !important; | ||
} | } | ||