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