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