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