Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ForkAwesome/Fork-Awesome.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugo Locurcio <hugo.locurcio@hugo.pro>2019-12-22 00:44:15 +0300
committerHugo Locurcio <hugo.locurcio@hugo.pro>2019-12-22 00:45:55 +0300
commit284cfebe31950a668b0b9ae23e3148e9b87a96df (patch)
tree4c00d9bf247494c9fb614752f29b6b6180fe3da8 /src/doc/assets/less/site/bootstrap/jumbotron.less
parentc35800e5c07e1e8a05e2d231f5d20451c63acfa8 (diff)
Improve the font stack used on the website
- Use a modern system font stack as used by Bootstrap 4. - Replace light font weights with normal font weights, as these are easier to read. - Remove the use of the Proxima Nova font as it's not installed on all systems. Loading it as a web font would slow down page loading, so it's probably not a good idea if it's only used rarely.
Diffstat (limited to 'src/doc/assets/less/site/bootstrap/jumbotron.less')
-rw-r--r--src/doc/assets/less/site/bootstrap/jumbotron.less2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/doc/assets/less/site/bootstrap/jumbotron.less b/src/doc/assets/less/site/bootstrap/jumbotron.less
index a04420b72..9ce1da060 100644
--- a/src/doc/assets/less/site/bootstrap/jumbotron.less
+++ b/src/doc/assets/less/site/bootstrap/jumbotron.less
@@ -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 {