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