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