I know this sounds completely ridiculous, but wouldn't it be nice to have an option in your settings menu to change the default spigot font to something like the Ubuntu font for the title bars and Arial for default forum text? It would just be nicer in my opinion to have an option.
Totally forgot about this actually, I have this addon myself. Going to change the font now ;3 @tenten8401 What font would you like?
Fixed everything, works like a charm. Heres my code: Code (CSS): @namespace url(http://www.w3.org/1999/xhtml); @-moz-document domain("www.spigotmc.org") { } /*Load Roboto font from Google Fonts */ @import url(http://fonts.googleapis.com/css?family=Roboto:400); /* Load Font Awesome */ @import url(http://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.0.1/css/font-awesome.css); /* Apply Roboto font */ html * { font-family: Roboto, FontAwesome !important; font-weight: 400; }
I know there is an addon for the browser, but things like mobile browsers don't have that add on. All I'm saying is it would be nice to have an option for that.