mirror of
https://github.com/Starlio-app/Starlio-web.git
synced 2024-11-06 01:13:57 +03:00
Fixed the font of 404 pages
This commit is contained in:
parent
8064a103ef
commit
dbd531bfa8
2 changed files with 2 additions and 2 deletions
|
@ -14,7 +14,7 @@ lottie-player {
|
|||
}
|
||||
|
||||
p {
|
||||
font-family: sans-serif;
|
||||
font-family: 'Roboto', sans-serif;
|
||||
text-align: center;
|
||||
margin: 0.4% auto;
|
||||
width: 300px;
|
||||
|
|
|
@ -14,7 +14,7 @@ lottie-player {
|
|||
}
|
||||
|
||||
p {
|
||||
font-family: sans-serif;
|
||||
font-family: 'Roboto',sans-serif;
|
||||
text-align: center;
|
||||
margin: 0.4% auto;
|
||||
width: 300px;
|
||||
|
|
Loading…
Reference in a new issue