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