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