Line 1: | Line 1: | ||
@import url( 'https://fonts.googleapis.com/ | @import url( 'https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap') | ||
/* Changes the default font used for MediaWiki to Noto Sans (does not include headings or monospaced text): */ | /* Changes the default font used for MediaWiki to Noto Sans (does not include headings or monospaced text): */ |
Revision as of 12:11, 31 March 2020
@import url( 'https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap') /* Changes the default font used for MediaWiki to Noto Sans (does not include headings or monospaced text): */ body { font-family: "Bebas Neue", cursive; } /* Changes the default font used for MediaWiki headings to Noto Serif: */ #content h1, #content h2 { font-family: "Bebas Neue", cursive; }