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