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