kcl-digital-humanities-garden/_sass/_fonts.scss

16 lines
424 B
SCSS
Raw Normal View History

2021-03-15 18:16:20 +00:00
// Anthony by Sun Young Oh
// https://gitlab.com/velvetyne/anthony
@font-face {
font-family: Anthony;
2021-04-01 02:41:16 +00:00
src: url('../fonts/Anthony.woff2') format('woff2'),
url('../fonts/Anthony.woff') format('woff');
2021-05-09 15:49:58 +00:00
font-display: swap;
2021-03-28 16:30:27 +00:00
}
@font-face {
font-family: Work Sans Light;
2021-04-01 02:41:16 +00:00
src: url('../fonts/WorkSans-Light.woff2') format('woff2'),
url('../fonts/WorkSans-Light.woff') format('woff');
2021-05-09 15:49:58 +00:00
font-display: swap;
2021-03-15 18:16:20 +00:00
}