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