Skip to content
Extraits de code Groupes Projets
Valider 515059a0 rédigé par Steel's avatar Steel
Parcourir les fichiers

chore: Update font and styling for app.html and +layout.svelte

parent 37d51bec
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1" /> <meta name="viewport" content="width=device-width, initial-scale=1" />
%sveltekit.head% %sveltekit.head%
</head> </head>
<body data-sveltekit-preload-data="hover" class="h-full"> <body data-sveltekit-preload-data="hover" class="h-full font-game text-zinc-800">
<div style="display: contents">%sveltekit.body%</div> <div style="display: contents">%sveltekit.body%</div>
</body> </body>
</html> </html>
...@@ -3,9 +3,7 @@ ...@@ -3,9 +3,7 @@
<style> <style>
:global(body) { :global(body) {
background-color: #f65a52; background-color: #f65a52;
font-family: 'Londrina Solid', monospace;
font-size: 16px; font-size: 16px;
line-height: 1.875em; line-height: 1.875em;
color: #333;
} }
</style> </style>
...@@ -5,6 +5,9 @@ export default { ...@@ -5,6 +5,9 @@ export default {
theme: { theme: {
extend: { extend: {
fontFamily: {
game: ['Londrina Solid', 'monospace']
},
borderWidth: { borderWidth: {
6: '6px' 6: '6px'
} }
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter