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