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