laurnts
2/10/2015 - 9:36 AM

Implement Font into Website

Implement Font into Website

// Example

@font-face {
    font-family: "Schulbuchnord";
    src: url('fonts/schulbuchnord-fett.otf') format('opentype'),
    url('fonts/schulbuchnord-fett.ttf') format('truetype');
    font-weight: bold;
}

@font-face {
    font-family: "Schulbuchnord";
    src: url('fonts/schulbuchnord-normal.otf') format('opentype'),
    url('fonts/schulbuchnord-normal.ttf') format('truetype');
    font-weight: normal;
}