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