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