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