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