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