deletes debug font

This commit is contained in:
MinamiFunakoshiTR 2025-12-01 14:11:09 -05:00
parent a4e4d66218
commit 746c08e123
Failed to extract signature
2 changed files with 4 additions and 8 deletions

View file

@ -167,8 +167,6 @@
</div> </div>
<style lang="scss"> <style lang="scss">
@import url('https://fonts.googleapis.com/css2?family=Geist+Mono:wght@100..900&display=swap');
.debug-info { .debug-info {
position: absolute; position: absolute;
top: 0; top: 0;
@ -207,7 +205,7 @@
.title { .title {
width: 100%; width: 100%;
font-family: 'Geist Mono', monospace; font-family: var(--theme-font-family-monospace);
color: white; color: white;
margin: 0; margin: 0;
} }
@ -235,7 +233,7 @@
p { p {
font-size: var(--theme-font-size-xxs); font-size: var(--theme-font-size-xxs);
font-family: 'Geist Mono', monospace; font-family: var(--theme-font-family-monospace);
padding: 0; padding: 0;
margin: 0; margin: 0;
color: rgba(255, 255, 255, 0.7); color: rgba(255, 255, 255, 0.7);

View file

@ -120,8 +120,6 @@
</div> </div>
<style lang="scss"> <style lang="scss">
@import url('https://fonts.googleapis.com/css2?family=Geist+Mono:wght@100..900&display=swap');
.debug-info { .debug-info {
position: absolute; position: absolute;
top: 0; top: 0;
@ -160,7 +158,7 @@
.title { .title {
width: 100%; width: 100%;
font-family: 'Geist Mono', monospace; font-family: var(--theme-font-family-monospace);
color: white; color: white;
margin: 0; margin: 0;
} }
@ -188,7 +186,7 @@
p { p {
font-size: var(--theme-font-size-xxs); font-size: var(--theme-font-size-xxs);
font-family: 'Geist Mono', monospace; font-family: var(--theme-font-family-monospace);
padding: 0; padding: 0;
margin: 0; margin: 0;
color: rgba(255, 255, 255, 0.7); color: rgba(255, 255, 255, 0.7);