VeeBee Posted May 20, 2020 Share Posted May 20, 2020 I keep getting a syntax error on line 2, as I'm trying to upload a custom font. I've done this before without a hitch. Been staring at this, and retyping, for over an hour now. What am I missing? Hive mind, please help 🙂  @font-face {   font-family: ‘Neutra-Display-Drafting32092’;  src: Link to comment
derricksrandomviews Posted May 20, 2020 Share Posted May 20, 2020 First you upload the actual font file in Custom Css, link/button located at  the bottom of the CSS window then add the name where it says name of the font and the url of the actual file in Custom file in the font url () in this bit of code. The Url of the font will show at the top of the CSS window when you click on the file name, copy and past no need to save the changes in the window. @font-face {  font-family: 'NAME';    src: url('FONT URL'); } Here is screen shot of a working bit of custom font css code. Note space between family: and 'MANHATTAN'  Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.