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