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