MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
@font-face { | @font-face { | ||
font-family: Laevanaak; | font-family: Laevanaak; | ||
| Line 17: | Line 15: | ||
src: url(https://mc.nguh.org/w/images/3/3d/Kathyrian-script.ttf) format("truetype"); | src: url(https://mc.nguh.org/w/images/3/3d/Kathyrian-script.ttf) format("truetype"); | ||
} | } | ||
@font-face { | @font-face { | ||
font-family: | font-family: Chulhaam; | ||
src: url(https://mc.nguh.org/w/images/6/64/Chulhaam_Script.ttf) format("truetype"); | src: url(https://mc.nguh.org/w/images/6/64/Chulhaam_Script.ttf) format("truetype"); | ||
} | } | ||
Revision as of 18:47, 23 October 2024
@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");
}
/** Justified text w/ hyphenation. */
.vector-body p {
text-align: justify;
hyphens: auto;
}
.script-laevanaak {
font-family: Laevanaak;
font-size: 150%;
}
.script-nahan {
font-family: Nahan;
font-size: 50%;
}
.script-cadwg {
font-family: Cadwg;
}
.script-kathyr {
font-family: Kathyrian;
}
.script-chulhaam {
font-family: Chulhaam;
}