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