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