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