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