Custom Font not loading in LP
Hi!
I'm pulling in a custom font into my HTML editor. I'm using this in my css:
font-family:'GraphikRegular';
src:url('external link') format('opentype'),url('external link') format('embedded-opentype');
font-weight:100;
font-style:normal
}
The link works and downloads the font when I go to it. This is all that I've tried:
-the original link is http, I switched it to https
-added <link rel... into <head>
-I've coded that font straight into my div tags too
There's a problem with my link but I'm not sure what it could be. Has anyone had this issue?
0