Closed stormcloud266 closed 2 years ago
The @font-face is currently using the example path. Let's adjust this to use the real path to the fonts. Code to be updated in the style.css file:
@font-face
@font-face { font-family: FontName; src: url('path/filename.woff2') format('woff2'), url('path/filename.woff') format('woff'); }
Hii @stormcloud266 I updated the path please review and merge
The
@font-face
is currently using the example path. Let's adjust this to use the real path to the fonts. Code to be updated in the style.css file: