Jump to content

Add custom font via CSS


drashna

Recommended Posts

I'm not really sure how to do this... 

 

But I'd like to use the Ubuntu font for the server interface, and without having it installed on the client. 

Link to comment
Share on other sites

  • 9 months later...
jaycedk

I would do something like this

 

.button-link, .button-flat-accent, .button-accent-flat,
.textlink {
  color: #52B54B !important; }

 

Stole this from someone else cant remember who..... Sorry

 

Change the color code :)

 

Edit: its about body.... :blink::(

nevermind then... :ph34r:

Edited by jaycedk
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...