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