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