Use on the webTotal Use [ 5808 ] times
1Add to the head section of web page.
<link href="https://db.onlinewebfonts.com/c/ddd785436651c4a22babbc4b4762391c?family=Halvar+Mittel+CY+Lt" 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/ddd785436651c4a22babbc4b4762391c?family=Halvar+Mittel+CY+Lt);
orUse font-face declaration Fonts.(http | https)
@font-face {
font-family: "Halvar Mittel CY Lt";
src: url("https://db.onlinewebfonts.com/t/ddd785436651c4a22babbc4b4762391c.eot");
src: url("https://db.onlinewebfonts.com/t/ddd785436651c4a22babbc4b4762391c.eot?#iefix")format("embedded-opentype"),
url("https://db.onlinewebfonts.com/t/ddd785436651c4a22babbc4b4762391c.woff2")format("woff2"),
url("https://db.onlinewebfonts.com/t/ddd785436651c4a22babbc4b4762391c.woff")format("woff"),
url("https://db.onlinewebfonts.com/t/ddd785436651c4a22babbc4b4762391c.ttf")format("truetype"),
url("https://db.onlinewebfonts.com/t/ddd785436651c4a22babbc4b4762391c.svg#Halvar Mittel CY Lt")format("svg");
}
2CSS rules to specify fonts
font-family: "Halvar Mittel CY Lt";