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