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