MediaWiki:Common.css: Difference between revisions

From Chemical Culture
Jump to navigationJump to search
Content added Content deleted
No edit summary
No edit summary
Line 3: Line 3:
src: url(wiki.drycleaninglobby.net/wiki/File:Centurygothic.woff);
src: url(wiki.drycleaninglobby.net/wiki/File:Centurygothic.woff);
}
}

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



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

Revision as of 18:30, 10 April 2024

@font-face {
  font-family: centurygothic;
  src: url(wiki.drycleaninglobby.net/wiki/File:Centurygothic.woff);
}

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



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