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