Follow along with the video below to see how to install our site as a web app on your home screen.
Anmerkung: This feature may not be available in some browsers.
@font-face {
font-family: Gentium;
src: url(http://example.com/fonts/Gentium.woff);
}
@font-face {
font-family: 'MankSans';
src: url('MankSans.eot');
src: url('DINWeb.eot?#iefix') format('embedded-opentype'),
url('MankSans.woff') format('woff'),
url('MankSans.ttf') format('truetype'),
url('MankSans.svg#MankSans') format('svg');
}
@font-face {
font-family: 'Gentium';
src: url('Gentium.eot');
src: url('Gentium.eot?#iefix') format('embedded-opentype'),
url('Gentium.woff') format('woff'),
url('Gentium.ttf') format('truetype'),
url('Gentium.svg#MankSans') format('svg');
}
#wrapper {
font-family: "Gentium";
}
#anderes-div{
font-family: "MankSans";
}