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