Jump to content

User:UserJJ/timeless.css

From Wikipedia, the free encyclopedia
Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
@import url('https://fonts.googleapis.com/css2?family=Baloo+2&family=Orbitron&family=Roboto&display=swap');

h1 {
	font-family: 'Orbitron', sans-serif !important;
	font-size: 60px !important;
}

h2 {
	font-family: 'Baloo 2', cursive !important;
	font-size: 30px !important;
}

h3 {
	font-family: 'Baloo 2', cursive !important;
	font-size: 24px !important;
}

p {
	font-family: 'Roboto', sans-serif !important;
	font-size: 14px !important;
}

a {
	font-family: 'Baloo 2', cursive !important;
	font-size: 14px !important;
}