Update font
This commit is contained in:
parent
323ffcc50b
commit
aaed144151
13 changed files with 12 additions and 16 deletions
|
@ -1,3 +1,3 @@
|
|||
.text {
|
||||
font-family: 'Saira Semi Condensed', sans-serif;
|
||||
font-family: 'Spartan', sans-serif;
|
||||
}
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
.text {
|
||||
font-family: 'Saira Semi Condensed', sans-serif;
|
||||
font-family: 'Spartan', sans-serif;
|
||||
}
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
.text {
|
||||
font-family: 'Saira Semi Condensed', sans-serif;
|
||||
font-family: 'Spartan', sans-serif;
|
||||
}
|
||||
|
||||
input[type=number]{
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
.text {
|
||||
font-family: 'Saira Semi Condensed', sans-serif;
|
||||
font-family: 'Spartan', sans-serif;
|
||||
}
|
||||
|
||||
input[type=number]{
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
.text {
|
||||
font-family: 'Saira Semi Condensed', sans-serif;
|
||||
font-family: 'Spartan', sans-serif;
|
||||
}
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
.card {
|
||||
font-family: 'Saira Semi Condensed', sans-serif;
|
||||
font-family: 'Spartan', sans-serif;
|
||||
}
|
||||
|
||||
.text {
|
||||
font-family: 'Saira Semi Condensed', sans-serif;
|
||||
font-family: 'Spartan', sans-serif;
|
||||
}
|
||||
.small {
|
||||
font-size: 75%;
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
<td>{{item.name}}</td>
|
||||
<td align="right">
|
||||
<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>
|
||||
</tr>
|
||||
</table>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
.text{
|
||||
font-family: 'Saira Semi Condensed', sans-serif;
|
||||
font-family: 'Spartan', sans-serif;
|
||||
}
|
||||
.number{
|
||||
font-family: 'Roboto Mono', monospace;
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
.text {
|
||||
font-family: 'Saira Semi Condensed', sans-serif;
|
||||
font-family: 'Spartan', sans-serif;
|
||||
}
|
||||
|
||||
.number{
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
.text {
|
||||
font-family: 'Roboto Mono', monospace;
|
||||
font-family: 'Spartan', monospace;
|
||||
}
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
* {
|
||||
font-family: 'Saira Semi Condensed', sans-serif;
|
||||
font-family: 'Spartan', sans-serif;
|
||||
}
|
||||
.icon{
|
||||
font-family: 'Material Icons';
|
||||
|
|
|
@ -28,7 +28,3 @@
|
|||
</tr>
|
||||
</table>
|
||||
</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
BIN
src/assets/spartan-zec.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 985 B |
Loading…
Reference in a new issue