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