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