MediaWiki:Common.css: Difference between revisions

From Chemical Culture
Jump to navigationJump to search
Content added Content deleted
(Created page with "@font-face { font-family: 'CenturyGothicW05-Regular'; font-family: "CenturyGothicW05-Regular"; src: url("//db.onlinewebfonts.com/t/9027abcf80a0095c71d4ebc4aa4de4b1.eot"); src: url("//db.onlinewebfonts.com/t/9027abcf80a0095c71d4ebc4aa4de4b1.eot?#iefix") format("embedded-opentype"), url("//db.onlinewebfonts.com/t/9027abcf80a0095c71d4ebc4aa4de4b1.woff2") format("woff2"), url("//db.onlinewebfonts.com/t/9027abcf80a0095c71d4ebc4aa4de4b1.woff") format("woff"), url("...")
 
No edit summary
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
@font-face {
@font-face {
font-family: 'CenturyGothicW05-Regular';
font-family: 'centurygothic';
src: url('https://static.miraheze.org/drycleaninglobbywiki/4/4a/Centurygothic.woff') format('woff');
font-family: "CenturyGothicW05-Regular";
}
src: url("//db.onlinewebfonts.com/t/9027abcf80a0095c71d4ebc4aa4de4b1.eot");
/* target all elements */
src: url("//db.onlinewebfonts.com/t/9027abcf80a0095c71d4ebc4aa4de4b1.eot?#iefix")
* {
format("embedded-opentype"), url("//db.onlinewebfonts.com/t/9027abcf80a0095c71d4ebc4aa4de4b1.woff2") format("woff2"),
font-family: centurygothic;
url("//db.onlinewebfonts.com/t/9027abcf80a0095c71d4ebc4aa4de4b1.woff") format("woff"),
url("//db.onlinewebfonts.com/t/9027abcf80a0095c71d4ebc4aa4de4b1.ttf") format("truetype"),
url("//db.onlinewebfonts.com/t/9027abcf80a0095c71d4ebc4aa4de4b1.svg#CenturyGothicW05-Regular") format("svg"); }
.classname {
font-family: 'CenturyGothicW05-Regular';
}
}

Latest revision as of 19:50, 10 April 2024

@font-face {
  font-family: 'centurygothic';
  src: url('https://static.miraheze.org/drycleaninglobbywiki/4/4a/Centurygothic.woff') format('woff');
}
/* target all elements */
* {
	font-family: centurygothic;
}