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