MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 38: | Line 38: | ||
#firstHeading { | #firstHeading { | ||
font-family: GentiumW; | font-family: GentiumW, serif; | ||
} | |||
.mw-heading2 h2 { | |||
font-family: GentiumW, serif; | |||
} | } | ||
/* All the conscripts */ | /* All the conscripts */ | ||
Revision as of 15:20, 11 April 2026
/* Font that actuall supports IPA */
@font-face {
font-family: GentiumW;
font-weight: normal;
font-style: normal;
src: url(https://mc.nguh.org/w/images/4/46/Gentium-Regular.woff2);
}
@font-face {
font-family: GentiumW;
font-weight: bold;
font-style: normal;
src: url(https://mc.nguh.org/w/images/d/d8/Gentium-Bold.woff2);
}
@font-face {
font-family: GentiumW;
font-weight: normal;
font-style: italic;
src: url(https://mc.nguh.org/w/images/b/b9/Gentium-Italic.woff2);
}
@font-face {
font-family: GentiumW;
font-weight: bold;
font-style: italic;
src: url(https://mc.nguh.org/w/images/e/e5/Gentium-BoldItalic.woff2);
}
.ipa {
font-family: "GentiumW";
font-weight: 400;
font-style: normal;
font-feature-settings: "ss13";
}
/* Justified text w/ hyphenation. */
.vector-body p {
text-align: justify;
hyphens: auto;
}
#firstHeading {
font-family: GentiumW, serif;
}
.mw-heading2 h2 {
font-family: GentiumW, serif;
}
/* 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: Qgicauue;
src: url(https://mc.nguh.org/w/images/0/00/Qgicauue.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: Chulhaam;
src: url(https://mc.nguh.org/w/images/6/64/Chulhaam_Script.ttf) format("truetype");
}
@font-face {
font-family: WikiTheurilaa;
src: url(https://mc.nguh.org/w/images/7/7c/Theurilaa-Gothic.woff2) format("woff2");
}
@font-face{
font-family: 'AH Rokajang Shika';
src: url("https://cdn.jsdelivr.net/gh/Astralneko/ahrokajang@master/AHRokajangShika.ttf") format('truetype');
}
@font-face{
font-family: 'Kozlahu';
src: url("https://mc.nguh.org/w/images/2/2d/Kozlahu.ttf") format('truetype');
}
@font-face{
font-family: 'Aparatas';
src: url("https://mc.nguh.org/w/images/4/43/Aparatas.ttf") format('truetype');
}
@font-face {
font-family: 'Sq';
src: url("https://mc.nguh.org/w/images/0/08/SqScript.ttf") format('truetype');
}
@font-face {
font-family: 'CMC-Currency';
src: url("https://mc.nguh.org/w/images/7/7a/Nahan_Currency.ttf") format("truetype");
}
@font-face {
font-family: Lepeqeklih;
src: url("https://mc.nguh.org/w/images/2/2d/Lepeqeklih-Regular.ttf") format("truetype");
}
@font-face {
font-family: Frathmarque;
src: url("https://mc.nguh.org/w/images/4/41/Frathmarque.ttf") format("truetype");
}
@font-face {
font-family: Humild;
src: url("https://mc.nguh.org/w/images/c/cf/Humild-Regular.ttf") format("truetype")
}
@font-face {
font-family: TajadajlicNeue;
src: url(https://mc.nguh.org/w/images/4/47/TajadajlicNeue-Regular.ttf) format("truetype");
}
@font-face {
font-family: Tanswaiy;
src: url(https://mc.nguh.org/w/images/2/22/Tanswaiy.ttf) format("truetype");
}
@font-face {
font-family: Naqoo;
src: url(https://mc.nguh.org/w/images/3/37/NaqooHorizontal.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-chulhaam {
font-family: Chulhaam;
font-size: 150%;
}
.script-thl {
font-family: WikiTheurilaa;
font-size: 150%;
}
.script-rkdg {
font-family: AH Rokajang Shika;
}
.script-koz {
font-family: Kozlahu;
}
.script-sq {
font-family: Sq;
}
.script-aprts{
font-family: Aparatas;
}
.script-nahan-currency {
font-family: 'CMC-Currency';
}
.script-lepe {
font-family: Lepeqeklih;
}
.script-frath {
font-family: Frathmarque;
font-size: 150%;
}
.script-humild {
font-family: Humild;
}
.script-tajada {
font-family: TajadajlicNeue;
font-size: 150%;
}
.script-tanswaiy {
font-family: Tanswaiy;
font-size: 150%;
}
.script-qgicauue {
font-family: Qgicauue;
}
.script-naqoo {
font-family: Naqoo;
font-size: 4em;
}
/* Do not display the 'Discussion' tab. It is already disabled server-side. */
#ca-talk { display: none !important; }