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