Add Google Fonts import and update font-family in CSS for improved typography across the application.

This commit is contained in:
Torsten Schulz (local)
2025-11-16 14:44:58 +01:00
parent 6df39afd51
commit a77ad7b784

View File

@@ -1,8 +1,11 @@
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans&family=Noto+Sans+JP&family=Noto+Sans+SC&family=Noto+Sans+Thai&display=swap');
html, body {
margin: 0;
padding: 0;
width: 100%;
height: 100%;
font-family: 'Noto Sans', 'Noto Sans JP', 'Noto Sans SC', 'Noto Sans Thai', sans-serif;
}
.header {
background: #ffffff;