personal-site/assets/css/fonts.scss

34 lines
1.2 KiB
SCSS
Raw Normal View History

2021-01-02 21:59:27 +00:00
@font-face { //
2021-01-02 20:17:33 +00:00
font-family: 'Mononoki';
2021-01-02 21:59:27 +00:00
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');
2021-01-02 20:17:33 +00:00
}
@font-face {
font-family: 'Mononoki Bold';
2021-01-02 21:59:27 +00:00
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');
2021-01-02 20:17:33 +00:00
}
@font-face {
font-family: 'Mononoki';
2021-01-02 21:59:27 +00:00
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');
2021-01-02 20:17:33 +00:00
}
2021-06-06 16:38:42 +00:00
@font-face {
font-family: 'Twemoji';
src: url('../fonts/Twemoji.ttf') format('truetype');
}
2021-06-06 20:07:55 +00:00
@import url('https://fonts.googleapis.com/css2?family=Cuprum:ital,wght@0,400;0,700;1,400;1,700&display=swap');