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