feat: 添加Roboto字体以改善页面样式

This commit is contained in:
MKStoler1024 2025-01-15 03:56:43 +00:00
parent 40154d4f19
commit 21fef1060f
2 changed files with 2 additions and 1 deletions

View File

@ -5,6 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Exam Schedule</title> <title>Exam Schedule</title>
<link rel="stylesheet" href="styles.css"> <link rel="stylesheet" href="styles.css">
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500&display=swap" rel="stylesheet">
</head> </head>
<body> <body>
<button id="settings-btn">设置</button> <button id="settings-btn">设置</button>

View File

@ -1,5 +1,5 @@
body { body {
font-family: 'HarmonyOS Sans SC Regular', Arial, sans-serif; font-family: 'HarmonyOS Sans SC Regular', 'Roboto', Arial, sans-serif;
margin: 0; margin: 0;
padding: 0; padding: 0;
background: url('/background.jpg') no-repeat center center fixed; background: url('/background.jpg') no-repeat center center fixed;