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