personal-site/assets/css/fonts.scss

27 lines
1016 B
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
}