Merge pull request #221 from Calinou/website-improve-font-stack

Improve the font stack used on the website
This commit is contained in:
Julien Deswaef 2020-06-07 13:30:25 +02:00 committed by GitHub
commit 1cbff5fbba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 1 additions and 10 deletions

View File

@ -18,7 +18,6 @@
p {
margin-bottom: (@jumbotron-padding / 2);
font-size: @jumbotron-font-size;
font-weight: 200;
}
> hr {

View File

@ -62,7 +62,6 @@ p {
.lead {
margin-bottom: @line-height-computed;
font-size: floor((@font-size-base * 1.15));
font-weight: 300;
line-height: 1.4;
@media (min-width: @screen-sm-min) {

View File

@ -13,12 +13,10 @@
margin: 0 0 15px;
}
p {
font-family: @font-family-alt;
margin-top: 15px;
margin-bottom: 15px;
font-size: 24px;
line-height: 1.3;
font-weight: lighter;
}
.list-group-item {

View File

@ -1,7 +1,3 @@
.small-caps {
font-family: @font-family-alt;
}
.hr {
position: relative;
text-align: center;

View File

@ -49,7 +49,6 @@
@fa-green-dark: darken(@fa-green, 10%);
@jumbotron-border: mix(@fa-green, @fa-green-dark, 75%);
@font-family-alt: proxima-nova-sc, "Helvetica Neue", Helvetica, Arial, sans-serif;
// BOOTSTRAP OVERRIDES
@ -65,7 +64,7 @@
// Typography
@font-family-sans-serif: proxima-nova, "Helvetica Neue", Helvetica, Arial, sans-serif;
@font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
@font-family-serif: museo-slab, Georgia, "Times New Roman", Times, serif;
@headings-font-family: @font-family-serif;