Jump to content

Recommended Posts

Posted

Hi

 

I normally use the image replacement method which text is indented to -9999px and adding the images. Though I know there are other methods, and the @font-face which sounds very cool, then there is the other one with flash (though never used that)

 

We are in 2011 and I have google searched this topic and everything seems to have been written in 2009 - So because there is a very big difference between web today and the web of 2009, Which font embeding method is most reliable to use today

 

Thanks a lot

Posted (edited)

That's very helpful

 

I think I read somewhere that you need to have permission (copyright) to use the font in the website.

 

I want to use @font-face only for my personal projects. Overall is there any copyright laws that I need to be careful about or have I misread what every I am referring to.

 

Also you mentioned that the flash based method is out of fashion, do you think that the image replacement method is out of fashion as well? as I have few sites in my portfolio that I have used that method

 

Thanks for the advice

Edited by akurtula
Posted

Lately, I've been importing Google fonts with a line in the CSS file like this:

 

@import url(http://fonts.googleapis.com/css?family=Spinnaker);

 

And then you can just include it in your font-family line like this:

 

font-family: 'Spinnaker', sans-serif;

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...