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