mirror of
https://github.com/torproject/lego.git
synced 2024-11-23 01:29:45 +00:00
Add sans-serif fallback to .font-weight-light
Context: tpo/web/team#29
This commit is contained in:
parent
42495e2fba
commit
e779b2c09f
@ -305,7 +305,7 @@
|
||||
font-family: $font-family-serif !important;
|
||||
}
|
||||
.font-weight-light {
|
||||
font-family: Source Sans Pro Light
|
||||
font-family: "Source Sans Pro Light", sans-serif;
|
||||
}
|
||||
.font-weight-bold {
|
||||
font-family: Source Sans Pro Bold
|
||||
|
2
assets/static/css/bootstrap.css
vendored
2
assets/static/css/bootstrap.css
vendored
@ -9510,7 +9510,7 @@ main {
|
||||
}
|
||||
|
||||
.font-weight-light {
|
||||
font-family: Source Sans Pro Light;
|
||||
font-family: "Source Sans Pro Light", sans-serif;
|
||||
}
|
||||
|
||||
.font-weight-bold {
|
||||
|
Loading…
Reference in New Issue
Block a user