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