Difference between revisions of "MediaWiki:Tweeki.css"
From OCTOPUSCINEMA
| Line 9: | Line 9: | ||
text-transform: uppercase; | text-transform: uppercase; | ||
font-family: 'Poppins'; | font-family: 'Poppins'; | ||
| − | font-weight: | + | font-weight: bold; |
src: local("Poppins"), | src: local("Poppins"), | ||
url(http://www.octopuscinema.com/fonts/Poppins-Regular.ttf); | url(http://www.octopuscinema.com/fonts/Poppins-Regular.ttf); | ||
} | } | ||
Revision as of 12:09, 12 October 2021
/* CSS placed here will affect users of the Tweeki skin */
h1,
h2,
h3,
h4,
h5,
h6 {
text-transform: uppercase;
font-family: 'Poppins';
font-weight: bold;
src: local("Poppins"),
url(http://www.octopuscinema.com/fonts/Poppins-Regular.ttf);
}