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