Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

font face css

@font-face {
font-family: 'PacificoRegular';
src: url('Pacifico-webfont.eot');
src: url('Pacifico-webfont.eot?#iefix') format('embedded-opentype'),
url('Pacifico-webfont.woff') format('woff'),
url('Pacifico-webfont.ttf') format('truetype'),
url('Pacifico-webfont.svg#PacificoRegular') format('svg');
font-weight: normal;
font-style: normal;
}
 
PREVIOUS NEXT
Tagged: #font #face #css
ADD COMMENT
Topic
Name
3+2 =