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