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