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