Skip to content

Commit 21ee565

Browse files
authored
Merge pull request #5 from TaskBeacon/qehgah-codex/update-webpage-style-to-match-furo-theme
Use Furo font stack
2 parents daae195 + 4643ac5 commit 21ee565

File tree

6 files changed

+3
-6
lines changed

6 files changed

+3
-6
lines changed

css/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ body.dark {
4242
align-items: center;
4343
font-weight: 700;
4444
font-size: 1.5rem;
45-
font-family: 'Press Start 2P', cursive;
45+
font-family: inherit;
4646
}
4747

4848
.logo-icon {

future.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
66
<title>Future Directions - TaskBeacon</title>
77
<link rel="stylesheet" href="css/style.css"/>
8-
<link href="https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap" rel="stylesheet"/>
98
</head>
109
<body>
1110
<header class="header">

index.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77

88
<!-- Fonts and Styles -->
99
<link rel="stylesheet" href="css/style.css" />
10-
<link href="https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap" rel="stylesheet" />
1110
</head>
1211

1312
<body>

styles/main.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88

99
body {
1010
margin: 0;
11-
font-family: 'Press Start 2P', monospace;
11+
font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial,
12+
sans-serif, Apple Color Emoji, Segoe UI Emoji;
1213
background: linear-gradient(to bottom, var(--bg-dark), var(--bg-light));
1314
color: var(--text-light);
1415
image-rendering: pixelated;

taps.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
66
<title>TAPS - TaskBeacon</title>
77
<link rel="stylesheet" href="css/style.css"/>
8-
<link href="https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap" rel="stylesheet"/>
98
</head>
109
<body>
1110
<header class="header">

tasks.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
66
<title>Tasks - TaskBeacon</title>
77
<link rel="stylesheet" href="css/style.css"/>
8-
<link href="https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap" rel="stylesheet"/>
98
</head>
109
<body>
1110
<header class="header">

0 commit comments

Comments
 (0)