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