User / Developer Forum
Family Name?
Dennis F
|
5 Jun 2010 11:26
I have uploaded the Goudy Bookletter 1911 font into your converter and inserted it into a web page. How do I reference that font in my css?
font-family:
doesn't work.
Goudy Bookletter 1911
Jade
|
2 Aug 2010 10:40
Go in to the font javascript and scroll to be bottom, you should see a bit called "full_font_name". Use the name that they give and reference it in CSS either like...
font-family: "name of font"; or font-family: name of font; (without quotes), whichever works
font-family: "name of font"; or font-family: name of font; (without quotes), whichever works
Post a Reply