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