butter-kanglam-ui/assets/css/_kanglam-fonts.scss

36 lines
711 B
SCSS
Raw Permalink Normal View History

2025-12-18 16:53:21 +00:00
@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;
}