Update font to fix comma bug

This commit is contained in:
Ian Ramzy 2020-05-13 23:10:11 -04:00
parent 6141039522
commit ccc6c892a6
2 changed files with 3 additions and 3 deletions

View File

@ -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
View File

@ -167,7 +167,7 @@
</ul>
</nav>
<div class="footer-copyright">
&copy; 2020 Zipcall Chat, all rights reserved
&copy; 2020 Zipcall, all rights reserved
</div>
</div>
</div>