moving fonts around

This commit is contained in:
2025-11-25 17:48:37 +00:00
parent 04f9963925
commit 6f933e7d18
10 changed files with 19 additions and 9 deletions

View File

@@ -31,3 +31,13 @@ import CurrentlyListening from "@/components/CurrentlyListening.vue";
<!--<a href="pages/shrines/gto.html">GTO</a>-->
</main>
</template>
<style scoped>
@import "@/assets/css/styles.css";
@media print {
@page {
size: A4 portrait;
margin: 0;
}
}
</style>