More actions
added page |
No edit summary |
||
Line 1: | Line 1: | ||
/*Local wiki imports*/ | /*Local wiki imports*/ | ||
@import url("/index.php?title=MediaWiki:Staff.css&action=raw&ctype=text/css"); | @import url("/index.php?title=MediaWiki:Staff.css&action=raw&ctype=text/css"); | ||
@import url("/index.php?title=MediaWiki:UserColors.css&action=raw&ctype=text/css"); | @import url("/index.php?title=MediaWiki:UserColors.css&action=raw&ctype=text/css"); | ||
/* Custom Font Loading */ | /* Custom Font Loading */ | ||
/* TODO - add fonts */ | |||
/* | |||
@font-face { | @font-face { | ||
font-family: "Rocket Rinder"; | font-family: "Rocket Rinder"; | ||
Line 50: | Line 47: | ||
src: url("/fonts/Olga.ttf") format('truetype'); | src: url("/fonts/Olga.ttf") format('truetype'); | ||
} | } | ||
*/ |
Revision as of 18:26, 7 August 2024
/*Local wiki imports*/
@import url("/index.php?title=MediaWiki:Staff.css&action=raw&ctype=text/css");
@import url("/index.php?title=MediaWiki:UserColors.css&action=raw&ctype=text/css");
/* Custom Font Loading */
/* TODO - add fonts */
/*
@font-face {
font-family: "Rocket Rinder";
src: url("/fonts/Rocket Rinder.otf") format('opentype')
}
@font-face {
font-family: "OriginTech";
src: url("/fonts/OriginTech personal use.ttf") format('truetype')
}
@font-face {
font-family: "Ethno Centric";
src: url("/fonts/ethnocentric rg.ttf") format('truetype')
}
@font-face {
font-family: "Star Jedi";
src: url("/fonts/Starjedi.ttf") format('truetype')
}
@font-face {
font-family: "Android";
src: url("/fonts/Android/Android.ttf") format('truetype');
font-style: normal;
}
@font-face {
font-family: "Android";
src: url("/fonts/Android/Android Italic.ttf") format('truetype');
font-style: italic;
}
@font-face {
font-family: "Android Hollow";
src: url("/fonts/Android/Android Hollow.ttf") format('truetype');
}
@font-face {
font-family: "Olga";
src: url("/fonts/Olga.ttf") format('truetype');
}
*/