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