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