UPD: Change default font to JetBrainsMono 🥰

This commit is contained in:
Robert Kossessa
2024-02-02 02:08:45 +01:00
parent 47c5a78b5f
commit b3ae2a266a
5 changed files with 106 additions and 101 deletions

View File

@@ -3,10 +3,7 @@
<div
class="bg-contain bg-top bg-no-repeat h-full w-full relative"
:style="{backgroundImage: `linear-gradient(to bottom, black, rgba(0,0,0,0.2) 10%, rgba(0,0,0,0.2) 95%, black), url(${RenderNano})`}">
<div class="px-4 h-12 flex justify-between items-center">
<h2>
{{ $t('preview.title') }}
</h2>
<div class="px-4 h-12 flex justify-center items-center">
<div v-if="store.selectedProfile" class="font-mono text-sm">
<span class="text-muted-foreground">Profile: </span>
<ScrambleText :text="store.selectedProfile.name" />