Click here to Skip to main content
16,019,153 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello,

I want to use font type bergell let in my project. I have downloaded .ttf file of it also and have made changes my css but when i upload html file it is not showing me the font.

My css code :
C#
@font-face {
    font-family: Bergell LET;
    font-style:  normal;
    font-weight: 700;
    src: url(http://projectname.com/bergell_let_plain.ttf);
  }

Please help me out with this.

Thanks in advance.
Posted
Updated 27-Aug-13 23:16pm
v2
Comments
Thanks7872 28-Aug-13 5:09am    
when i upload html file it is showing me the font. then whats the issue?
saeel chary 28-Aug-13 5:14am    
Sorry, i meant to say I am not able to see font.

1 solution

Hello,

Try below links, Where you can find the conversion of your font so just upload your ttf file on the below link they will provide you the code for your Font in separate CSS File so now you can use that code in you project. but remember do not forgot to include a separate folder of Font which contain the fonts(when you convert your folder they will also provide you same.)

1.
http://www.fontsquirrel.com/tools/webfont-generator[^]

2.
http://www.freefontconverter.com/[^]

3.
http://www.font2web.com/[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900