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