This commit is contained in:
Garry Ing
2021-03-15 14:16:20 -04:00
parent f0b4bc0bb0
commit 4b4e09d5f9
6 changed files with 15 additions and 0 deletions

8
_sass/_fonts.scss Normal file
View File

@ -0,0 +1,8 @@
// Anthony by Sun Young Oh
// https://gitlab.com/velvetyne/anthony
@font-face {
font-family: Anthony;
src: url('./assets/fonts/Anthony.woff2') format('woff2'),
url('./assets/fonts/Anthony.woff') format('woff');
}