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