MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 12: | Line 12: | ||
font-feature-settings: "ss13"; | font-feature-settings: "ss13"; | ||
} | } | ||
/* Justified text w/ hyphenation. */ | |||
.vector-body p { | |||
text-align: justify; | |||
hyphens: auto; | |||
} | |||
/* All the conscripts */ | /* All the conscripts */ | ||
@font-face { | @font-face { | ||
| Line 39: | Line 43: | ||
src: url(https://mc.nguh.org/w/images/4/4f/Theurilaa.ttf) format("truetype"); | src: url(https://mc.nguh.org/w/images/4/4f/Theurilaa.ttf) format("truetype"); | ||
} | } | ||
@font-face{ | |||
font-family: 'AH Rokajang'; | |||
src: url("https://cdn.jsdelivr.net/gh/Astralneko/ahrokajang@master/AHRokajang.ttf") format('truetype'); | |||
} | } | ||
| Line 70: | Line 74: | ||
.script-thl { | .script-thl { | ||
font-family: Theurilaa; | font-family: Theurilaa; | ||
} | |||
.script-rkdg { | |||
font-family: AH Rokajang; | |||
} | } | ||
Revision as of 16:53, 26 November 2024
/* Font that actuall supports IPA */
@import url('https://fonts.googleapis.com/css2?family=Charis+SIL:ital,wght@0,400;0,700;1,400;1,700&display=swap');
@font-face {
font-family: Andika;
src: url(https://mc.nguh.org/w/images/8/8b/Andika-Regular.ttf) format("truetype");
}
.ipa {
font-family: "Andika";
font-weight: 400;
font-style: normal;
font-feature-settings: "ss13";
}
/* Justified text w/ hyphenation. */
.vector-body p {
text-align: justify;
hyphens: auto;
}
/* All the conscripts */
@font-face {
font-family: Laevanaak;
src: url(https://mc.nguh.org/w/images/9/9d/LaenavaakModern-Regular.ttf) format("truetype");
}
@font-face {
font-family: Nahan;
src: url(https://mc.nguh.org/w/images/6/60/Nahan-Regular.ttf) format("truetype");
}
@font-face {
font-family: Cadwg;
src: url(https://mc.nguh.org/w/images/f/fe/Cadwg-Regular.ttf) format("truetype");
}
@font-face {
font-family: Kathyrian;
src: url(https://mc.nguh.org/w/images/3/3d/Kathyrian-script.ttf) format("truetype");
}
@font-face {
font-family: Chulhaam;
src: url(https://mc.nguh.org/w/images/6/64/Chulhaam_Script.ttf) format("truetype");
}
@font-face {
font-family: Theurilaa;
src: url(https://mc.nguh.org/w/images/4/4f/Theurilaa.ttf) format("truetype");
}
@font-face{
font-family: 'AH Rokajang';
src: url("https://cdn.jsdelivr.net/gh/Astralneko/ahrokajang@master/AHRokajang.ttf") format('truetype');
}
.script-laevanaak {
font-family: Laevanaak;
font-size: 150%;
}
.script-nahan {
font-family: Nahan;
font-size: 150%;
}
.script-cadwg {
font-family: Cadwg;
}
.script-kathyr {
font-family: Kathyrian;
}
.script-chulhaam {
font-family: Chulhaam;
font-size: 150%;
}
.script-thl {
font-family: Theurilaa;
}
.script-rkdg {
font-family: AH Rokajang;
}