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