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