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