Hi, Guest
0 Members and 1 Guest are viewing this topic.
http://www.w3schools.com/css/css3_fonts.asp
So you can directly edit the files, that's good.I'd suggest you sign up for dropbox, so you can upload fonts there and src to that.
<style> @font-face{font-family: 20000DollarBail;src: url(https://www.dropbox.com/s/s24bfn2j9ffxwun/20000DollarBail.ttf);}div{font-family:20000DollarBail;}</style>
@font-face { font-family: 'CastleT'; src: url('castlen-webfont.eot'); src: url('castlen-webfont.eot?iefix') format('eot'), url('castlen-webfont.woff') format('woff'), url('castlen-webfont.ttf') format('truetype'), url('castlen-webfont.svg#webfontsHNB1eRO') format('svg'); font-weight: normal; font-style: normal; zoom:1;}h1{ clear:left; font-size:24px; margin:.5em 0 .5em; font-family:'CastleT'; color:#355684; font-weight:bold;}