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