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