mirror of
https://github.com/ianramzy/decentralized-video-chat.git
synced 2024-11-13 13:49:19 +08:00
Update font to fix comma bug
This commit is contained in:
parent
6141039522
commit
ccc6c892a6
4
public/css/landing.css
vendored
4
public/css/landing.css
vendored
@ -1,4 +1,4 @@
|
||||
@import url("https://fonts.googleapis.com/css?family=Fira+Sans:600|Heebo:400,500,700&display=swap");
|
||||
@import url("https://fonts.googleapis.com/css?family=Fira+Sans:600|Lato:400&display=swap");
|
||||
|
||||
html {
|
||||
line-height: 1.15;
|
||||
@ -429,7 +429,7 @@ button,
|
||||
input,
|
||||
select,
|
||||
textarea {
|
||||
font-family: "Heebo", sans-serif;
|
||||
font-family: "Lato", sans-serif;
|
||||
font-weight: 400;
|
||||
}
|
||||
|
||||
|
2
public/newcall.html
vendored
2
public/newcall.html
vendored
@ -167,7 +167,7 @@
|
||||
</ul>
|
||||
</nav>
|
||||
<div class="footer-copyright">
|
||||
© 2020 Zipcall Chat, all rights reserved
|
||||
© 2020 Zipcall, all rights reserved
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user