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