kcl-digital-humanities-garden/_sass/_fonts.scss
2021-03-31 22:41:16 -04:00

14 lines
380 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-face {
font-family: Work Sans Light;
src: url('../fonts/WorkSans-Light.woff2') format('woff2'),
url('../fonts/WorkSans-Light.woff') format('woff');
}