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