tangled
alpha
login
or
join now
ericwood.org
/
photos-site
1
fork
atom
A little app to serve my photography from my personal website
1
fork
atom
overview
issues
pulls
pipelines
fix fonts
ericwood.org
4 months ago
da51a768
42f56414
0/0
Waiting for spindle ...
+3
-3
1 changed file
expand all
collapse all
unified
split
templates
layout.jinja
+3
-3
templates/layout.jinja
···
3
3
<head>
4
4
<meta charset="utf-8">
5
5
<meta name="viewport" content="width=device-width,initial-scale=1.0">
6
6
-
<link re="stylesheet" href="/photos/assets/fonts/inter/inter.css">
6
6
+
<link rel="stylesheet" href="/photos/assets/fonts/inter/inter.css">
7
7
<style type="text/css">
8
8
-
:root { font-family: 'Inter', sans-serif; }
8
8
+
:root { font-family: 'Inter', serif; }
9
9
@supports (font-variation-settings: normal) {
10
10
-
:root { font-family: 'InterVariable', sans-serif; }
10
10
+
:root { font-family: 'InterVariable', serif; }
11
11
}
12
12
</style>
13
13
<style type="text/css">