mirror of
https://github.com/Starlio-app/Starlio-web.git
synced 2024-11-24 01:26:22 +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 {
|
p {
|
||||||
font-family: sans-serif;
|
font-family: 'Roboto', sans-serif;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
margin: 0.4% auto;
|
margin: 0.4% auto;
|
||||||
width: 300px;
|
width: 300px;
|
||||||
|
|
|
@ -14,7 +14,7 @@ lottie-player {
|
||||||
}
|
}
|
||||||
|
|
||||||
p {
|
p {
|
||||||
font-family: sans-serif;
|
font-family: 'Roboto',sans-serif;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
margin: 0.4% auto;
|
margin: 0.4% auto;
|
||||||
width: 300px;
|
width: 300px;
|
||||||
|
|
Loading…
Add table
Reference in a new issue