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