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