34 lines
1.2 KiB
SCSS
34 lines
1.2 KiB
SCSS
|
@font-face { //
|
||
|
font-family: 'Mononoki';
|
||
|
src: url('../fonts/mononoki-Regular.eot');
|
||
|
src: url('../fonts/mononoki-Regular.eot') format('embedded-opentype'),
|
||
|
url('../fonts/mononoki-Regular.ttf') format('truetype'),
|
||
|
url('../fonts/mononoki-Regular.woff2') format('woff2'),
|
||
|
url('../fonts/mononoki-Regular.woff') format('woff');
|
||
|
}
|
||
|
|
||
|
@font-face {
|
||
|
font-family: 'Mononoki Bold';
|
||
|
src: url('../fonts/mononoki-Bold.eot');
|
||
|
src: url('../fonts/mononoki-Bold.eot') format('embedded-opentype'),
|
||
|
url('../fonts/mononoki-Bold.ttf') format('truetype'),
|
||
|
url('../fonts/mononoki-Bold.woff2') format('woff2'),
|
||
|
url('../fonts/mononoki-Bold.woff') format('woff');
|
||
|
}
|
||
|
|
||
|
@font-face {
|
||
|
font-family: 'Mononoki';
|
||
|
src: url('../fonts/mononoki-Regular.eot');
|
||
|
src: url('../fonts/mononoki-Regular.eot') format('embedded-opentype'),
|
||
|
url('../fonts/mononoki-Regular.ttf') format('truetype'),
|
||
|
url('../fonts/mononoki-Regular.woff2') format('woff2'),
|
||
|
url('../fonts/mononoki-Regular.woff') format('woff');
|
||
|
}
|
||
|
|
||
|
|
||
|
@font-face {
|
||
|
font-family: 'Twemoji';
|
||
|
src: url('../fonts/Twemoji.ttf') format('truetype');
|
||
|
}
|
||
|
@import url('https://fonts.googleapis.com/css2?family=Cuprum:ital,wght@0,400;0,700;1,400;1,700&display=swap');
|