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