35 lines
711 B
SCSS
35 lines
711 B
SCSS
@font-face {
|
|
font-family: 'MonlamUniOuChan2';
|
|
src: url('./fonts/MonlamUniOuChan2.woff') format('woff');
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
font-display: swap;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Qomolangma-Chuyig';
|
|
src: url('./fonts/Qomolangma-Chuyig.woff2') format('woff2');
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
font-display: swap;
|
|
}
|
|
|
|
html {
|
|
font-family: 'MonlamUniOuChan2', system-ui, sans-serif;
|
|
}
|
|
|
|
body {
|
|
font-family: 'MonlamUniOuChan2', system-ui, sans-serif;
|
|
}
|
|
|
|
.homepage-subtitle {
|
|
font-size: 1.5em;
|
|
font-family: 'MonlamUniOuChan2', system-ui, sans-serif;
|
|
}
|
|
|
|
.title {
|
|
font-family: 'Qomolangma-Chuyig', sans-serif;
|
|
font-size: 4em;
|
|
padding-top: 0.25em;
|
|
|
|
}
|