hugo-theme-hello-amigo/assets/scss/_fonts.scss

14 lines
316 B
SCSS
Raw Normal View History

2019-07-25 21:13:27 +00:00
@font-face {
font-family: 'Alef';
2019-07-25 21:13:27 +00:00
font-style: normal;
font-display: auto;
font-weight: 400;
src: url("../fonts/Alef-Regular.woff") format("woff");
2019-07-25 21:13:27 +00:00
}
@font-face {
font-family: 'Alef';
2019-07-25 21:13:27 +00:00
font-style: normal;
font-display: auto;
font-weight: 800;
src: url("../fonts/Alef-Bold.woff") format("woff");
}