MediaWiki:Common.css: Difference between revisions

From Chemical Culture
Jump to navigationJump to search
Content added Content deleted
No edit summary
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
@font-face {
@font-face {
font-family: centurygothic;
font-family: 'centurygothic';
src: url(https://static.miraheze.org/drycleaninglobbywiki/4/4a/Centurygothic.woff);
src: url('https://static.miraheze.org/drycleaninglobbywiki/4/4a/Centurygothic.woff') format('woff');
}
}
/* target all elements */

* {
.classname {
font-family: 'centurygothic';
font-family: centurygothic;
}
}



.special-font { font-family: "centurygothic"; }

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;
}