Question / Help Please i need help CLR BROWSER

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.

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.
 

Sapiens

Forum Moderator
As these are the OBS support forums and not the CSS support forums I think it's probably safe to say that we don't either. :) If you can get it to work in a normal browser at least then perhaps asking in the CLR Browser plugin thread might make sense, so you can find out why there's a difference in behavior.
 

Slacheur54

New Member
No, but there is either a problem OBS or Nightdev but certainly not a problem for the CSS seen subalert it works very well ..
 

Sapiens

Forum Moderator
That's not what I asked and it would be super awesome if you'd stick to English. What I'm suggesting is that you try to validate whatever it is you're doing with CSS in a regular browser so you at least know that it works there. If it doesn't work in a regular browser then it's very unlikely to work in CLR Browser.
 

Slacheur54

New Member
The code for the FollowerAlert is exactly the same as that of Subalert without using the browser so if it works for the Subalert I do not know why it does not work on FollowerAlert.
But I use Google Chrome
 

Jack0r

The Helping Squad
The problem you encountered has been talked about in the CLR Browser Plugin thread already, the solution is to host the nightdev webpage yourself and edit the css inside the file or use the old version of the CLR Browser Plugin.
Google changed the way the browser plugin can inject the css, and this causes problems.
 
Top