Update font

This commit is contained in:
Rene Vergara 2022-01-25 15:54:31 -06:00
parent 323ffcc50b
commit aaed144151
13 changed files with 12 additions and 16 deletions

View file

@ -1,3 +1,3 @@
.text { .text {
font-family: 'Saira Semi Condensed', sans-serif; font-family: 'Spartan', sans-serif;
} }

View file

@ -1,3 +1,3 @@
.text { .text {
font-family: 'Saira Semi Condensed', sans-serif; font-family: 'Spartan', sans-serif;
} }

View file

@ -1,5 +1,5 @@
.text { .text {
font-family: 'Saira Semi Condensed', sans-serif; font-family: 'Spartan', sans-serif;
} }
input[type=number]{ input[type=number]{

View file

@ -1,5 +1,5 @@
.text { .text {
font-family: 'Saira Semi Condensed', sans-serif; font-family: 'Spartan', sans-serif;
} }
input[type=number]{ input[type=number]{

View file

@ -1,3 +1,3 @@
.text { .text {
font-family: 'Saira Semi Condensed', sans-serif; font-family: 'Spartan', sans-serif;
} }

View file

@ -1,9 +1,9 @@
.card { .card {
font-family: 'Saira Semi Condensed', sans-serif; font-family: 'Spartan', sans-serif;
} }
.text { .text {
font-family: 'Saira Semi Condensed', sans-serif; font-family: 'Spartan', sans-serif;
} }
.small { .small {
font-size: 75%; font-size: 75%;

View file

@ -6,7 +6,7 @@
<td>{{item.name}}</td> <td>{{item.name}}</td>
<td align="right"> <td align="right">
<p class="price">{{item.cost | currency: getCurrency() }}</p> <p class="price">{{item.cost | currency: getCurrency() }}</p>
<p class="price"><img class="icon" src="/assets/zec-roboto.png" width="10px" />{{(item.cost/price) | number: '1.0-6'}}</p> <p class="price"><img class="icon" src="/assets/spartan-zec.png" width="12px" />{{(item.cost/price) | number: '1.0-6'}}</p>
</td> </td>
</tr> </tr>
</table> </table>

View file

@ -1,5 +1,5 @@
.text{ .text{
font-family: 'Saira Semi Condensed', sans-serif; font-family: 'Spartan', sans-serif;
} }
.number{ .number{
font-family: 'Roboto Mono', monospace; font-family: 'Roboto Mono', monospace;

View file

@ -1,5 +1,5 @@
.text { .text {
font-family: 'Saira Semi Condensed', sans-serif; font-family: 'Spartan', sans-serif;
} }
.number{ .number{

View file

@ -1,3 +1,3 @@
.text { .text {
font-family: 'Roboto Mono', monospace; font-family: 'Spartan', monospace;
} }

View file

@ -1,5 +1,5 @@
* { * {
font-family: 'Saira Semi Condensed', sans-serif; font-family: 'Spartan', sans-serif;
} }
.icon{ .icon{
font-family: 'Material Icons'; font-family: 'Material Icons';

View file

@ -28,7 +28,3 @@
</tr> </tr>
</table> </table>
</div> </div>
<mat-divider></mat-divider>
<div align="center">
<p> <mat-icon class="icon" inline>copyright</mat-icon> 2021 ZGo </p>
</div>

BIN
src/assets/spartan-zec.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 985 B