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