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