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