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