Branding integration for kanglam
This commit is contained in:
parent
7799745f09
commit
1678bc0b99
22 changed files with 201 additions and 10 deletions
35
assets/css/_kanglam-fonts.scss
Normal file
35
assets/css/_kanglam-fonts.scss
Normal file
|
|
@ -0,0 +1,35 @@
|
|||
@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;
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue