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/bootstrap-3.3.5/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/bootstrap-3.3.5/jumbotron.less')
-rw-r--r--src/doc/assets/less/bootstrap-3.3.5/jumbotron.less1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/doc/assets/less/bootstrap-3.3.5/jumbotron.less b/src/doc/assets/less/bootstrap-3.3.5/jumbotron.less
index fa80a38c6..970852dce 100644
--- a/src/doc/assets/less/bootstrap-3.3.5/jumbotron.less
+++ b/src/doc/assets/less/bootstrap-3.3.5/jumbotron.less
@@ -18,7 +18,6 @@
p {
margin-bottom: (@jumbotron-padding / 2);
font-size: @jumbotron-font-size;
- font-weight: 200;
}
> hr {