To get this custom font to work for you, you need to go here:
Here Don't download but right click the download button and hit copy link. Then you will insert into the CSS where I put InsertDownloadLinkHere
If you need anything changed, let me know.
Requested by: smultbolle
Follower:Link:
http://deepbot.tv/notifications/follownotification1.htmWidth: 811
Height: 500
CSS Code:
@font-face {
font-family: 'Agency';
src: url('InsertDownloadLinkHere');
}
#follow-notification {
display: none;
position: absolute;
width: 811px !important;
height: 482px !important;
border-radius: 0px !important;
background-image: url('http://i.imgur.com/DXakn5m.png') !important;
background-repeat: no-repeat;
}
#follow-notification .followname {
position: absolute !important;
text-align: center !important;
margin-top: 240px !important;
margin-left: 200px !important;
width: 400px !important;
font-size: 60px !important;
font-weight: bold !important;
font-family: Agency !important;
color: #ADD8E6 !important;
-webkit-text-fill-color: #3CB7FF;
}
Preview: (If there is a black background, it is just my background.)