feat: custom fonts
This commit is contained in:
parent
6bac096ca8
commit
1c0cc228f6
5 changed files with 21 additions and 22 deletions
|
|
@ -9,10 +9,11 @@
|
|||
class="spare-time flex flex-row items-center font-bold rounded-2xl select-none"
|
||||
:class="`text-${$store.getters.activeTab.darkColor}`"
|
||||
>
|
||||
<span class="text-3xl md:text-5xl" v-text="currencyText" />
|
||||
<span
|
||||
class="fas fa-hourglass-half text-xl pt-1 pl-2 md:text-3xl md:pt-2"
|
||||
class="spare-time-value text-3xl md:text-5xl"
|
||||
v-text="currencyText"
|
||||
/>
|
||||
<span class="fas fa-hourglass-half text-xl pl-2 md:text-3xl md:pt-1" />
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -42,6 +42,7 @@ export default {
|
|||
header {
|
||||
min-width: 18rem;
|
||||
transition: background-color 2000ms, color 2000ms;
|
||||
font-family: 'Roboto Slab', serif;
|
||||
}
|
||||
@media (min-width: 768px) {
|
||||
header {
|
||||
|
|
|
|||
Reference in a new issue