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