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