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