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