design update

This commit is contained in:
Garry Ing
2021-03-28 12:30:27 -04:00
parent 630e923ad4
commit 5230f205da
10 changed files with 63 additions and 23 deletions

View File

@ -5,4 +5,10 @@
font-family: Anthony;
src: url('./assets/fonts/Anthony.woff2') format('woff2'),
url('./assets/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');
}