To get this custom font to work for you, you need to go here:
http://www.mediafire.com/download/069q2jw6ijic6ql/font.ttf 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: hoodlumscrafty
Subscriber:Link:
http://deepbot.tv/notifications/subnotification1.htmWidth: 1920
Height: 1080
CSS Code:
@font-face {
font-family: "Tiki";
src: url("InsertDownloadLinkHere");
}
#sub-notification {
width: 1920px !important;
height: 1080px !important;
background-color: transparent !important;
background-image:url('http://i.imgur.com/dQpRaYP.gif') !important;
background-repeat: no-repeat !important;
background-size: initial !important;
}
#sub-notification .subname {
position: absolute !important;
text-align: left !important;
margin-top: 100px !important;
margin-left: 620px !important;
width: 700px !important;
font-size: 70px !important;
font-weight: normal !important;
font-family: Tiki !important;
color: orange !important;
-webkit-text-stroke-width: 4px;
-webkit-text-stroke-color: black;
}
.subname:after {
content: ' Subscribed!' !important;
}
Preview: (If there is a black background, it is just my background.)
Donation:Link:
http://deepbot.tv/notifications/donationnotification2.htmWidth: 1920
Height: 1080
CSS Code:
@font-face {
font-family: "Tiki";
src: url("InsertDownloadLinkHere");
}
#donor-notification {
width: 1920px !important;
height: 1080px !important;
background-color: transparent !important;
background-image:url('http://i.imgur.com/dQpRaYP.gif') !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 {
position: absolute !important;
text-align: center !important;
margin-top: 220px !important;
margin-left: 500px !important;
width: 1000px !important;
font-size: 60px !important;
font-weight: normal !important;
font-family: Tiki !important;
color: gree !important;
-webkit-text-stroke-width: 3px;
-webkit-text-stroke-color: black;
-webkit-text-fill-color: green;
}
#donor-notification .amount {
position: absolute !important;
text-align: center !important;
margin-top: 70px !important;
margin-left: 820px !important;
width: 600px !important;
font-size: 70px !important;
font-weight: normal !important;
font-family: Tiki !important;
color: #4298C1 !important;
-webkit-text-stroke-width: 3px;
-webkit-text-stroke-color: black;
-webkit-text-fill-color: green;
}
#donor-notification .donor {
position: absolute !important;
text-align: center !important;
margin-top: 70px !important;
margin-left: 570px !important;
width: 600px !important;
font-size: 70px !important;
font-weight: normal !important;
font-family: Tiki !important;
color: #4298C1 !important;
-webkit-text-stroke-width: 3px;
-webkit-text-stroke-color: black;
-webkit-text-fill-color: green;
}
#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.)