javascript - How load my new fonts in html code -


i want load font in css and/or html code. need 2 fonts(bigsmalls-bold , lft-etica-web) don't find how download font. find javascript code in

https://typekit.com

this javascript code have add in head of html code. did it, don't change fonts. me please?

thank much

try using @font-face { url } in css file. uploading font

like :

@font-face { font-family: myfirstfont; src: url('sansation_light.ttf'), url('sansation_light.eot'); }

the .eot ie9


Comments

Popular posts from this blog

java.util.scanner - How to read and add only numbers to array from a text file -

rewrite - Trouble with Wordpress multiple custom querystrings -