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