changes everything but the buttons source sans!!!
Roblonium: SourceSansTakeover by theoldrobloxuserstylefixer
Details
Authortheoldrobloxuserstylefixer
LicenseNo License
Categoryroblonium
Created
Updated
Size1.2 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Roblonium: SourceSansTakeover
@version 20220101.17.22
@namespace userstyles.world/user/theoldrobloxuserstylefixer
@description changes everything but the buttons source sans!!!
@author theoldrobloxuserstylefixer
@license No License
==/UserStyle== */
@-moz-document url("roblonium.com") {
}
@-moz-document domain("roblonium.com") {
@font-face {
font-family: 'Source Sans Pro';
font-style: normal;
font-weight: 400;
src: local('Source Sans Pro'), local('SourceSansPro-Regular'), url(https://fonts.gstatic.com/s/sourcesanspro/v9/ODelI1aHBYDBqgeIAH2zlNHq-FFgoDNV3GTKpHwuvtI.woff) format('woff');
}
.gotham-font, .gotham-font .h1, .gotham-font .h2, .gotham-font .h3, .gotham-font .h4, .gotham-font .h5, .gotham-font .h6, .gotham-font h1, .gotham-font h2, .gotham-font h3, .gotham-font h4, .gotham-font h5, .gotham-font h6 {
font-family: 'Source Sans Pro'
}
@font-face {
font-family: 'Source Sans Pro';
font-style: normal;
font-weight: 600;
src: local('Source Sans Pro Semibold'), local('SourceSansPro-Semibold'), url(https://fonts.gstatic.com/s/sourcesanspro/v9/toadOcfmlt9b38dHJxOBGCmgpmuQqK2I-L2S9cF65Ek.woff) format('woff');
}
body {
font-family: 'Source Sans Pro';
}
}