I need to format the tagline for my site in a very specific font. I have both ttf and woff2 files. I created the following
Code:
@font-face {
font-family: "TagLine_font";
src: url("../fonts/myfont.ttf") format("truetype");
src: url("../fonts/myfont.woff2") format("woff2"),
}
The other fonts found in 158a are in an admin directory but I am not sure WHERE to put the two files or exactly how to reference the path within ZC. I am getting a 404 file not found which is logical given that its looking at "localwlc.com/fonts/myfont.woff2"
Where do these file need to go and how to I reference them properly?
Thanks
Chris
Bookmarks