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