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