How do I use custom fonts (not google) with coldfusion.
In cfadmin there is the fonts setting - which looks straight forward enough..
but what do do in the page?
How can I use custom fonts on a website? suggests:
You have to import the font in your stylesheet like this:
@font-face{
font-family: "Thonburi-Bold";
src: url('Thonburi-Bold.ttf'),
url('Thonburi-Bold.eot'); /* IE */
}
So what would I put for the src & url?
Thanks very much indeed.