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