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

14 lines
316 B
SCSS

@font-face {
font-family: 'Alef';
font-style: normal;
font-display: auto;
font-weight: 400;
src: url("../fonts/Alef-Regular.woff") format("woff");
}
@font-face {
font-family: 'Alef';
font-style: normal;
font-display: auto;
font-weight: 800;
src: url("../fonts/Alef-Bold.woff") format("woff");
}