fix fonts

This commit is contained in:
Garry Ing
2021-03-31 22:41:16 -04:00
parent 0d2a99b372
commit e18e017242
4 changed files with 7 additions and 6 deletions

View File

@ -3,12 +3,12 @@
@font-face {
font-family: Anthony;
src: url('./assets/fonts/Anthony.woff2') format('woff2'),
url('./assets/fonts/Anthony.woff') format('woff');
src: url('../fonts/Anthony.woff2') format('woff2'),
url('../fonts/Anthony.woff') format('woff');
}
@font-face {
font-family: Work Sans Light;
src: url('./assets/fonts/WorkSans-Light.woff2') format('woff2'),
url('./assets/fonts/WorkSans-Light.woff') format('woff');
src: url('../fonts/WorkSans-Light.woff2') format('woff2'),
url('../fonts/WorkSans-Light.woff') format('woff');
}