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