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