CSS 3 Web fonts

CSS 3 Web fonts Now here is simple font replacement alternative for cuffon. You can use CSS3 fontface property. It’s easy to use. At first you have to put the original font in to a folder. Then delayer the @font-face property at the css like bellow @font-face { font-family: ab; src: url(‘fonts/Oswald.ttf’)} Here you have to name the …