Difference between revisions of "MediaWiki:Tweeki.css"
From OCTOPUSCINEMA
(Created page with "→CSS placed here will affect users of the Tweeki skin: * { font-family: 'Poppins'; src: local("Poppins"), url(http://www.octopuscinema.com/fonts/Poppins-Regula...") |
|||
| Line 1: | Line 1: | ||
/* CSS placed here will affect users of the Tweeki skin */ | /* CSS placed here will affect users of the Tweeki skin */ | ||
| − | + | h1, | |
| + | h2, | ||
| + | h3, | ||
| + | h4, | ||
| + | h5, | ||
| + | h6 { | ||
font-family: 'Poppins'; | font-family: 'Poppins'; | ||
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:01, 12 October 2021
/* CSS placed here will affect users of the Tweeki skin */
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: 'Poppins';
src: local("Poppins"),
url(http://www.octopuscinema.com/fonts/Poppins-Regular.ttf);
}