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