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