To get this custom font to work for you, you need to go here:
http://www.mediafire.com/download/loyr1s59jltqg1b/HoboStd.otf Don't download but right click the download button and hit copy link. Then you will insert into the CSS where I put InsertDownloadLinkHere
Requested by:
Follower:Link:
http://deepbot.tv/notifications/follownotification1.htmWidth: 2253
Height: 800
CSS Code:
@font-face {
font-family: "Hobo";
src: url('InsertDownloadLinkHere');
}
#follow-notification {
display: none;
position: absolute;
top: 0px;
left: 0px;
width: 2253px !important;
height: 750px !important;
border-radius: 00px !important;
background-image: url('http://i.imgur.com/o5EtWPK.png') !important;
background-repeat: no-repeat;
}
#follow-notification .followname {
position: absolute !important;
text-align: center !important;
margin-top: 350px !important;
margin-left: 900px !important;
margin-right: 100px !important;
width: 600px !important;
font-size: 132px !important;
font-weight: normal !important;
font-family: Hobo !important;
color: silver !important;
-webkit-text-stroke-width: 8px;
-webkit-text-stroke-color: black;
-webkit-text-fill-color: silver;
}
Preview: (If there is a black background, it is just my background.)
Donation:Link:
http://deepbot.tv/notifications/donationnotification2.htmWidth: 2253
Height: 800
CSS Code:
@font-face {
font-family: 'Hobo';
src: url('InsertDownloadLinkHere');
}
#donor-notification {
width: 2253px !important;
height: 750px !important;
background-color: transparent !important;
background-image:url('http://i.imgur.com/kKl6wfT.png') !important;
background-repeat: no-repeat !important;
background-size: initial !important;
}
#donor-notification .header {
position: absolute !important;
visibility: hidden !important;
}
#donor-notification .streamname {
visibility: hidden !important;
}
#donor-notification .message {
visibility: hidden !important;
}
#donor-notification .amount {
position: absolute !important;
text-align: center !important;
margin-top: 420px !important;
margin-left: 1100px !important;
margin-right: 250px !important;
width: 300px !important;
font-size: 128px !important;
font-weight: normal !important;
font-family: Hobo !important;
color: silver !important;
-webkit-text-stroke-width: 8px;
-webkit-text-stroke-color: black;
-webkit-text-fill-color: silver;
}
#donor-notification .donor {
position: absolute !important;
text-align: center !important;
margin-top: 250px !important;
margin-left: 870px !important;
margin-right: 100px !important;
width: 600px !important;
font-size: 128px !important;
font-weight: normal !important;
font-family: Hobo !important;
color: silver !important;
-webkit-text-stroke-width: 8px;
-webkit-text-stroke-color: black;
-webkit-text-fill-color: silver;
}
#donor-notification .title {
padding-top: 44px !important;
margin-left: 0px !important;
width: 100% !important;
float: left !important;
text-align: left !important;
}
Preview: (If there is a black background, it is just my background.)
Subscriber:Link:
http://deepbot.tv/notifications/subnotification1.htmWidth: 2253
Height: 800
CSS Code:
@font-face {
font-family: "Hobo";
src: url('InsertDownloadLinkHere');
}
#sub-notification {
display: none;
position: absolute;
width: 2253px !important;
height: 750px !important;
background-repeat: no-repeat;
background-image: url('http://i.imgur.com/FnRcvxn.png') !important;
}
#sub-notification .subname {
position: absolute !important;
text-align: left !important;
margin-top: 250px !important;
margin-left: 900px !important;
width: 300px !important;
font-size: 132px !important;
font-weight: bold !important;
font-family: Hobo !important;
color: silver !important;
-webkit-text-stroke-width: 6px;
-webkit-text-stroke-color: black;
-webkit-text-fill-color: silver;
}
Preview: (If there is a black background, it is just my background.)