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