View Single Post
Old 10-25-2012, 03:59 AM   #4
jayz
Member
jayz began at the beginning.
 
Posts: 18
Karma: 10
Join Date: Jun 2012
Device: kindle fire,android
so if i wanted to use multiple fonts would it look like this?

@font-face {
font-family:"1font family" "2font family" "3font family";
font-style: normal;
font-weight: normal;
src: url(fonts/1font family.ttc);
src: url(fonts/2font family.ttc);
src: url(fonts/3font family.ttc);
}
jayz is offline   Reply With Quote