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