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