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