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