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

View file

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