mirror of
https://github.com/A-Star100/simpliplay-desktop.git
synced 2025-09-17 22:29:38 +00:00
Update index.html
This commit is contained in:
parent
86c3dc7736
commit
f643536ea6
@ -11,11 +11,11 @@
|
||||
<style>
|
||||
@font-face {
|
||||
font-family: "Inter";
|
||||
src: url("Inter_18pt-Regular.ttf") format("truetype");
|
||||
src: url("fonts/Inter_18pt-Regular.ttf") format("truetype");
|
||||
}
|
||||
@font-face {
|
||||
font-family: "Inter-heading";
|
||||
src: url("") format("truetype");
|
||||
src: url("fonts/Inter_24pt-Bold.ttf") format("truetype");
|
||||
}
|
||||
body {
|
||||
font-family: "Inter", Arial, sans-serif;
|
||||
@ -26,6 +26,10 @@ src: url("") format("truetype");
|
||||
color: white;
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-family: "Inter-heading", Arial, sans-serif;
|
||||
}
|
||||
|
||||
#saveSettingsBtn:hover {
|
||||
background: #0c63d9;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user