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