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