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