mirror of
https://github.com/ianramzy/decentralized-video-chat.git
synced 2025-02-23 00:15:04 +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 {
|
html {
|
||||||
line-height: 1.15;
|
line-height: 1.15;
|
||||||
@ -429,7 +429,7 @@ button,
|
|||||||
input,
|
input,
|
||||||
select,
|
select,
|
||||||
textarea {
|
textarea {
|
||||||
font-family: "Heebo", sans-serif;
|
font-family: "Lato", sans-serif;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
2
public/newcall.html
vendored
2
public/newcall.html
vendored
@ -167,7 +167,7 @@
|
|||||||
</ul>
|
</ul>
|
||||||
</nav>
|
</nav>
|
||||||
<div class="footer-copyright">
|
<div class="footer-copyright">
|
||||||
© 2020 Zipcall Chat, all rights reserved
|
© 2020 Zipcall, all rights reserved
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user