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