Reply To: installing webfont

Home Forums Support installing webfont Reply To: installing webfont

Home Forums Support installing webfont Reply To: installing webfont

#242991
Tom
Lead Developer
Lead Developer

Hi Marjon,

The problem is this line:

<link rel="stylesheet" type="text/css" href="MyFontsWebfontsKit.css">

You need to put your full URL there:

<link rel="stylesheet" type="text/css" href="http://yourwebsite.com/MyFontsWebfontsKit.css">