stable

Clone or download

Read-only

First step for Typography

Part of story #9197: Get rid of Bootstrap in site admin - use Source Sans Pro instead of Open Sans due to license incompatibility. - style headings Change-Id: I0bd0f89a91e16b3dc2da7f9eefd773f6fa022d2c

Modified Files

Name
M src/www/admin/admin_utils.php +1 −1 Go to diff View file
M src/www/admin/generic_user.php +1 −1 Go to diff View file
M src/www/admin/index.php +9 −9 Go to diff View file
M src/www/admin/massmail.php +1 −1 Go to diff View file
M src/www/admin/massmail_execute.php +1 −1 Go to diff View file
M src/www/admin/usergroup.php +6 −6 Go to diff View file
M src/www/themes/common/tlp/doc/css/_demos.scss +16 −4 Go to diff View file
M src/www/themes/common/tlp/doc/css/_nav.scss +1 −1 Go to diff View file
M src/www/themes/common/tlp/doc/css/_sections.scss +2 −16 Go to diff View file
M src/www/themes/common/tlp/doc/css/main.scss +1 −2 Go to diff View file
M src/www/themes/common/tlp/doc/index.html +99 −27 Go to diff View file
A src/www/themes/common/tlp/font/source-sans-pro/LICENSE.txt +93 −0 Go to diff View file
A src/www/themes/common/tlp/font/source-sans-pro/SourceSansPro-Black.eot Binary file Go to diff View file
A src/www/themes/common/tlp/font/source-sans-pro/SourceSansPro-Black.ttf.woff Binary file Go to diff View file
A src/www/themes/common/tlp/font/source-sans-pro/SourceSansPro-BlackIt.eot Binary file Go to diff View file
A src/www/themes/common/tlp/font/source-sans-pro/SourceSansPro-BlackIt.ttf.woff Binary file Go to diff View file
A src/www/themes/common/tlp/font/source-sans-pro/SourceSansPro-Bold.eot Binary file Go to diff View file
A src/www/themes/common/tlp/font/source-sans-pro/SourceSansPro-Bold.ttf.woff Binary file Go to diff View file
A src/www/themes/common/tlp/font/source-sans-pro/SourceSansPro-BoldIt.eot Binary file Go to diff View file
A src/www/themes/common/tlp/font/source-sans-pro/SourceSansPro-BoldIt.ttf.woff Binary file Go to diff View file
A src/www/themes/common/tlp/font/source-sans-pro/SourceSansPro-ExtraLight.eot Binary file Go to diff View file
A src/www/themes/common/tlp/font/source-sans-pro/SourceSansPro-ExtraLight.ttf.woff Binary file Go to diff View file
A src/www/themes/common/tlp/font/source-sans-pro/SourceSansPro-ExtraLightIt.eot Binary file Go to diff View file
A src/www/themes/common/tlp/font/source-sans-pro/SourceSansPro-ExtraLightIt.ttf.woff Binary file Go to diff View file
A src/www/themes/common/tlp/font/source-sans-pro/SourceSansPro-It.eot Binary file Go to diff View file
A src/www/themes/common/tlp/font/source-sans-pro/SourceSansPro-It.ttf.woff Binary file Go to diff View file
A src/www/themes/common/tlp/font/source-sans-pro/SourceSansPro-Light.eot Binary file Go to diff View file
A src/www/themes/common/tlp/font/source-sans-pro/SourceSansPro-Light.otf Binary file Go to diff View file
A src/www/themes/common/tlp/font/source-sans-pro/SourceSansPro-Light.ttf.woff Binary file Go to diff View file
A src/www/themes/common/tlp/font/source-sans-pro/SourceSansPro-LightIt.eot Binary file Go to diff View file
A src/www/themes/common/tlp/font/source-sans-pro/SourceSansPro-LightIt.ttf.woff Binary file Go to diff View file
A src/www/themes/common/tlp/font/source-sans-pro/SourceSansPro-Regular.eot Binary file Go to diff View file
A src/www/themes/common/tlp/font/source-sans-pro/SourceSansPro-Regular.otf Binary file Go to diff View file
A src/www/themes/common/tlp/font/source-sans-pro/SourceSansPro-Regular.ttf.woff Binary file Go to diff View file
A src/www/themes/common/tlp/font/source-sans-pro/SourceSansPro-Semibold.eot Binary file Go to diff View file
A src/www/themes/common/tlp/font/source-sans-pro/SourceSansPro-Semibold.ttf.woff Binary file Go to diff View file
A src/www/themes/common/tlp/font/source-sans-pro/SourceSansPro-SemiboldIt.eot Binary file Go to diff View file
A src/www/themes/common/tlp/font/source-sans-pro/SourceSansPro-SemiboldIt.ttf.woff Binary file Go to diff View file
M src/www/themes/common/tlp/gulpfile.js +1 −1 Go to diff View file
M src/www/themes/common/tlp/src/scss/_colors.scss +2 −0 Go to diff View file
M src/www/themes/common/tlp/src/scss/_components.scss +1 −0 Go to diff View file
A src/www/themes/common/tlp/src/scss/_fonts.scss +44 −0 Go to diff View file
M src/www/themes/common/tlp/src/scss/_init.scss +2 −1 Go to diff View file
A src/www/themes/common/tlp/src/scss/_typography.scss +140 −0 Go to diff View file
M src/www/themes/common/tlp/src/scss/tlp-blue.scss +0 −2 Go to diff View file
M src/www/themes/common/tlp/src/scss/tlp-green.scss +0 −2 Go to diff View file
M src/www/themes/common/tlp/src/scss/tlp-grey.scss +0 −2 Go to diff View file
M src/www/themes/common/tlp/src/scss/tlp-orange.scss +0 −2 Go to diff View file
M src/www/themes/common/tlp/src/scss/tlp-purple.scss +0 −2 Go to diff View file
M src/www/themes/common/tlp/src/scss/tlp-red.scss +0 −2 Go to diff View file
M tools/rpm/tuleap.rhel6.spec +1 −0 Go to diff View file
M tools/rpm/tuleap.spec +1 −0 Go to diff View file