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