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;
}