Use on the webTotal Use [ 5497 ] times
1Add to the head section of web page.
<link href="https://db.onlinewebfonts.com/c/11466813133afc9e15a0e20888e80edd?family=HVD+Steinzeit" rel="stylesheet">
orUsing @import CSS directive, put the following line in add to your css file.(http | https)
@import url(https://db.onlinewebfonts.com/c/11466813133afc9e15a0e20888e80edd?family=HVD+Steinzeit);
orUse font-face declaration Fonts.(http | https)
@font-face {
font-family: "HVD Steinzeit";
src: url("https://db.onlinewebfonts.com/t/11466813133afc9e15a0e20888e80edd.eot");
src: url("https://db.onlinewebfonts.com/t/11466813133afc9e15a0e20888e80edd.eot?#iefix")format("embedded-opentype"),
url("https://db.onlinewebfonts.com/t/11466813133afc9e15a0e20888e80edd.woff2")format("woff2"),
url("https://db.onlinewebfonts.com/t/11466813133afc9e15a0e20888e80edd.woff")format("woff"),
url("https://db.onlinewebfonts.com/t/11466813133afc9e15a0e20888e80edd.ttf")format("truetype"),
url("https://db.onlinewebfonts.com/t/11466813133afc9e15a0e20888e80edd.svg#HVD Steinzeit")format("svg");
}
2CSS rules to specify fonts
font-family: "HVD Steinzeit";