@prolixtrexSubmitted over 1 year ago
I found it difficult using the font provided by the challenge. I installed the font on my pc but could not find it on vscode in css.
I found it difficult using the font provided by the challenge. I installed the font on my pc but could not find it on vscode in css.
This is the code I used to place the font into my project.
In the css file:
@font-face {
font-family: 'HankenGrotesk';
font-display: swap;
font-weight: 100 900;
src: url(**assets/fonts/HankenGrotesk-VariableFont_wght.ttf**) format('truetype');
}
The only difference you may have is the file location of the font. I placed my downloaded font in the following folder:
assets/fonts/HankenGrotesk-VariableFont_wght.ttf