mirror of
https://github.com/ForkAwesome/Fork-Awesome.git
synced 2024-12-26 13:31:31 +08:00
Merge pull request #221 from Calinou/website-improve-font-stack
Improve the font stack used on the website
This commit is contained in:
commit
1cbff5fbba
@ -18,7 +18,6 @@
|
|||||||
p {
|
p {
|
||||||
margin-bottom: (@jumbotron-padding / 2);
|
margin-bottom: (@jumbotron-padding / 2);
|
||||||
font-size: @jumbotron-font-size;
|
font-size: @jumbotron-font-size;
|
||||||
font-weight: 200;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
> hr {
|
> hr {
|
||||||
|
@ -62,7 +62,6 @@ p {
|
|||||||
.lead {
|
.lead {
|
||||||
margin-bottom: @line-height-computed;
|
margin-bottom: @line-height-computed;
|
||||||
font-size: floor((@font-size-base * 1.15));
|
font-size: floor((@font-size-base * 1.15));
|
||||||
font-weight: 300;
|
|
||||||
line-height: 1.4;
|
line-height: 1.4;
|
||||||
|
|
||||||
@media (min-width: @screen-sm-min) {
|
@media (min-width: @screen-sm-min) {
|
||||||
|
@ -13,12 +13,10 @@
|
|||||||
margin: 0 0 15px;
|
margin: 0 0 15px;
|
||||||
}
|
}
|
||||||
p {
|
p {
|
||||||
font-family: @font-family-alt;
|
|
||||||
margin-top: 15px;
|
margin-top: 15px;
|
||||||
margin-bottom: 15px;
|
margin-bottom: 15px;
|
||||||
font-size: 24px;
|
font-size: 24px;
|
||||||
line-height: 1.3;
|
line-height: 1.3;
|
||||||
font-weight: lighter;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.list-group-item {
|
.list-group-item {
|
||||||
|
@ -1,7 +1,3 @@
|
|||||||
.small-caps {
|
|
||||||
font-family: @font-family-alt;
|
|
||||||
}
|
|
||||||
|
|
||||||
.hr {
|
.hr {
|
||||||
position: relative;
|
position: relative;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
@ -49,7 +49,6 @@
|
|||||||
@fa-green-dark: darken(@fa-green, 10%);
|
@fa-green-dark: darken(@fa-green, 10%);
|
||||||
|
|
||||||
@jumbotron-border: mix(@fa-green, @fa-green-dark, 75%);
|
@jumbotron-border: mix(@fa-green, @fa-green-dark, 75%);
|
||||||
@font-family-alt: proxima-nova-sc, "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
||||||
|
|
||||||
|
|
||||||
// BOOTSTRAP OVERRIDES
|
// BOOTSTRAP OVERRIDES
|
||||||
@ -65,7 +64,7 @@
|
|||||||
|
|
||||||
|
|
||||||
// Typography
|
// 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;
|
@font-family-serif: museo-slab, Georgia, "Times New Roman", Times, serif;
|
||||||
@headings-font-family: @font-family-serif;
|
@headings-font-family: @font-family-serif;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user