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