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