View Single Post
Old 10-20-2012, 02:14 PM   #1
jayz
Member
jayz began at the beginning.
 
Posts: 18
Karma: 10
Join Date: Jun 2012
Device: kindle fire,android
working with fonts in css

Whats the difference in using quotes and apostrophe?

@font-face {
font-family:font family; example:"font family" or 'font family'
font-style: normal;
font-weight: normal;
src: url(fonts/font family.ttc); example: "fonts/font family.ttc" or 'fonts/font family.ttc'
}

and the div?

div.your div {
font-family:font family; example:"font family" or 'font family'
jayz is offline   Reply With Quote