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