Brings back source sans pro and its Font layout from the day source sans pro was added - NextStyleGuide (late 2014)
Classic Source Sans Pro Layout (pre-12/2014) by miadoesstufflol
Details
Authormiadoesstufflol
LicenseNo License
Categoryrobloc :skull:
Created
Updated
Size2.4 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
1.0 release
1.1 h2 actually works now, that's good.
Source code
/* ==UserStyle==
@name Classic Source Sans Pro (2014)
@namespace github.com/openstyles/stylus
@version 1.1
@description Brings back source sans pro and its Font layout from the day source sans pro was added - NextStyleGuide (late 2014)
@author mia
==/UserStyle== */
@-moz-document domain("roblox.com") {
@font-face {
font-family: 'Source Sans Pro';
font-style: normal;
font-weight: 300;
src: local('Source Sans Pro Light'), local('SourceSansPro-Light'), url(http://themes.googleusercontent.com/static/fonts/sourcesanspro/v7/toadOcfmlt9b38dHJxOBGNbE_oMaV8t2eFeISPpzbdE.woff) format('woff');
}
@font-face {
font-family: 'Source Sans Pro';
font-style: normal;
font-weight: 400;
src: local('Source Sans Pro'), local('SourceSansPro-Regular'), url(http://themes.googleusercontent.com/static/fonts/sourcesanspro/v5/ODelI1aHBYDBqgeIAH2zlBM0YzuT7MdOe03otPbuUS0.woff) format('woff');
}
@font-face {
font-family: 'Source Sans Pro';
font-style: normal;
font-weight: 600;
src: local('Source Sans Pro Semibold'), local('SourceSansPro-Semibold'), url(http://themes.googleusercontent.com/static/fonts/sourcesanspro/v5/toadOcfmlt9b38dHJxOBGJ6-ys_j0H4QL65VLqzI3wI.woff) format('woff');
}
@font-face {
font-family: 'Source Sans Pro';
font-style: normal;
font-weight: 700;
src: local('Source Sans Pro Bold'), local('SourceSansPro-Bold'), url(http://themes.googleusercontent.com/static/fonts/sourcesanspro/v5/toadOcfmlt9b38dHJxOBGFkQc6VGVFSmCnC_l7QZG60.woff) format('woff');
}
body,
.text,
pre,
.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', Arial, Helvetica, sans-serif;
color: #343434;
line-height: 1.428;
}
h1 {
font-size: 32px;
font-weight: bold;
margin: 12px;
color: #343434;
letter-spacing: -1px;
}
h2 {
font-size: 30px!important;
font-weight: normal!important;
color: #343434;
letter-spacing: -1px;
text-decoration: none;
}
h3, h3 a {
font-size: 15px;
font-weight: bold;
color: #343434;
}
/* still have no idea on what h4, h5, and h6 will be */
}