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