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