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