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