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