html - References an external font css file with eBay Ad -


i've have read many other answers can't see i'm doing wrong, have set of custom fonts created using iconmoon, i've downloaded css , font files , uploaded directory on website, i'm trying reference font.css file via ad i've put in ebay, can never work, if reference iconmoons development font.css file can see icons, ideas great

//this works

<link rel="stylesheet" href="https://i.icomoon.io/public/53e1b82fac/dmqdartsfonts/style.css">

//this not work

<link rel="stylesheet" href="http://www.my-site.com/fonts.css">

try in style sheet. if that's not gonna work, means url cannot read or put wrong path in link..

@import url("http://www.my-site.com/fonts.css"); 

Comments

Popular posts from this blog

javascript - Thinglink image not visible until browser resize -

firebird - Error "invalid transaction handle (expecting explicit transaction start)" executing script from Delphi -

mongodb - How to keep track of users making Stripe Payments -