Despite using CSS to change the username font the default font will pop up for a second then show the font that I inputted.
Here’s what I’m talking about
http://imgur.com/TA7cjpu
And here is the code I use
Follower Alert CSS:
body {
background-color: transparent;
color: white;
}
#follower-alert {
display: none;
position: absolute;
top: 0px;
left: 0px;
width: 580px;
height: 110px;
font-family: Dot Digital-7 ;
}
#follower-alert .text {
width: 580px;
display: block;
margin-left: auto;
margin-right: auto;
padding-top: 55px;
line-height: 45px;
vertical-align: middle;
font-size: 45px;
font-family: Dot Digital-7, 'Dot Digital-7', Dot Digital-7, Dot Digital-7, Dot Digital-7 ;
font-weight: 10;
text-shadow: 0px 0px 0px #000;
white-space: nowarp;
color: #5d9dff;
}