Posted by Mehul Patel
-
-
0
comments
[ Read More ]
Posted by Mehul Patel
-
-
0
comments
CSS Cross Browser Fonts using CSS3 @font-face: "@font-face {
font-family: yourFontName ;
src: url( /location/of/font/FontFileName.ttf ) format('truetype');
}
/* Then use it like you would any other font */
.yourFontName { font-family: yourFontName , verdana, helvetica, sans-serif;
}
"
[ Read More ]
font-family: yourFontName ;
src: url( /location/of/font/FontFileName.ttf ) format('truetype');
}
/* Then use it like you would any other font */
.yourFontName { font-family: yourFontName , verdana, helvetica, sans-serif;
}
"

