mirror of
https://github.com/ExamAware/ExamSchedule.git
synced 2025-04-29 19:16:33 +00:00
feat: 添加Roboto字体以改善页面样式
This commit is contained in:
parent
40154d4f19
commit
21fef1060f
@ -5,6 +5,7 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Exam Schedule</title>
|
||||
<link rel="stylesheet" href="styles.css">
|
||||
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500&display=swap" rel="stylesheet">
|
||||
</head>
|
||||
<body>
|
||||
<button id="settings-btn">设置</button>
|
||||
|
@ -1,5 +1,5 @@
|
||||
body {
|
||||
font-family: 'HarmonyOS Sans SC Regular', Arial, sans-serif;
|
||||
font-family: 'HarmonyOS Sans SC Regular', 'Roboto', Arial, sans-serif;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
background: url('/background.jpg') no-repeat center center fixed;
|
||||
|
Loading…
x
Reference in New Issue
Block a user