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