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