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