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