mirror of
https://github.com/torproject/lego.git
synced 2024-11-23 09:39:44 +00:00
Add font fallback, attempt X svg not found fix
This commit is contained in:
parent
59fdedbea5
commit
67110d8c57
@ -95,7 +95,7 @@
|
||||
top: -10px;
|
||||
}
|
||||
.banner-sub-heading-bold {
|
||||
font-family: 'SpaceGrotesk-Medium';
|
||||
font-family: 'SpaceGrotesk-Medium', sans-serif;
|
||||
font-style: normal;
|
||||
font-weight: 500;
|
||||
font-size: 50px;
|
||||
@ -106,7 +106,7 @@
|
||||
margin: 0;
|
||||
}
|
||||
.banner-sub-heading-light {
|
||||
font-family: 'SpaceGrotesk';
|
||||
font-family: 'SpaceGrotesk', sans-serif;
|
||||
font-style: normal;
|
||||
font-weight: 300;
|
||||
font-size: 50px;
|
||||
@ -233,7 +233,7 @@
|
||||
background-color: #FAF5DF;
|
||||
border-radius: 6px;
|
||||
color: #05161C !important;
|
||||
background-image: url(./images/x.svg);
|
||||
background-image: url(images/x.svg);
|
||||
background-repeat: no-repeat;
|
||||
background-position: center;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user