DnD-Campaign-Two/.obsidian/snippets/S - Runes.css
2026-07-27 23:29:05 -04:00

31 lines
No EOL
495 B
CSS

.large-font {
font-size: 32px;
}
.gnomish-script {
font-family: 'Iokharic' !important;
}
.elvish-script {
font-family: 'Tengwar Annatar' !important;
}
.dwarvish-script {
font-family: 'Rellanic' !important;
}
.rune-script {
font-family: 'Rune' !important;
}
.feyspeak-script {
font-family: 'Baybayin Doctrina' !important;
}
.common-script {
font-family: 'Half-Elven Condensed Italic' !important;
}
.mechanik-script {
font-family: 'Genshin Impact Font' !important;
}