feat: custom fonts

This commit is contained in:
pskfyi 2022-01-13 13:02:43 -08:00 committed by pskfyi
commit 1c0cc228f6
5 changed files with 21 additions and 22 deletions

View file

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

View file

@ -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 {