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