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