kcl-digital-humanities-garden/_sass/_fonts.scss
2021-05-09 11:49:58 -04:00

16 lines
424 B
SCSS

// Anthony by Sun Young Oh
// https://gitlab.com/velvetyne/anthony
@font-face {
font-family: Anthony;
src: url('../fonts/Anthony.woff2') format('woff2'),
url('../fonts/Anthony.woff') format('woff');
font-display: swap;
}
@font-face {
font-family: Work Sans Light;
src: url('../fonts/WorkSans-Light.woff2') format('woff2'),
url('../fonts/WorkSans-Light.woff') format('woff');
font-display: swap;
}