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