Slacheur54
New Member
Hello !
My problem is related to the CSS coding CLRBROWSER, that I have followed this tutorial several times and it worked thunder, this afternoon I had to format my computer, so I reinstalled and CLRBROWSER OBS, however I still follow this tutorial but now there is a problem with "font-family", it no longer works.
This coding has been used before I formatted my computer.
Please help me, thank you for help.
Best regards.
PS: Sorry i'm so bad in english.
My problem is related to the CSS coding CLRBROWSER, that I have followed this tutorial several times and it worked thunder, this afternoon I had to format my computer, so I reinstalled and CLRBROWSER OBS, however I still follow this tutorial but now there is a problem with "font-family", it no longer works.
Code:
@font-face {
font-family: 'Lobster';
font-style: normal;
font-weight: 400;
src: local('Lobster'), url(http://fonts.gstatic.com/s/lobster/v9/MWVf-Rwh4GLQVBEwbyI61Q.woff) format('woff');
}
body {
background-color: rgba(0, 0, 0, 0);
margin: 0px auto;
}
#follower-alert {
width: 1920px !important;
height: 1080px !important;
}
#follower-alert .text {
margin: 0px !important;
padding: 0px !important;
width: 550px !important;
position: absolute !important;
top: 815px !important;
left: 680px !important;
font-family: 'Lobster', cursive !important;
}
This coding has been used before I formatted my computer.
Please help me, thank you for help.
Best regards.
PS: Sorry i'm so bad in english.