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