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