fix fonts
This commit is contained in:
@ -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');
|
||||
}
|
Reference in New Issue
Block a user