Adding several different custom woff to css
What would be the code to add 5 different custom web fonts in CSS?
I have spent all day trying to figure out how to add different custom fonts to the code.
Nothing seems to work.
3 Replies
if you're trying to load 5 fonts, you're either doing something very wrong, something not even a mother would love or you're better off picking an alternative variable font
you can just look at what google fonts do anyways
can we see what code you currently have? Are you using
@import
or @font-face
? Are your file paths correct?I’m using font-face. I found out what happened, for some reason the custom font file was not good. I so I recreated the file. I also forgot to add another file to go with the woff files. Yes the paths are correct.