A little app to serve my photography from my personal website

fix fonts

ericwood.org da51a768 42f56414

Waiting for spindle ...
+3 -3
+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 - <link re="stylesheet" href="/photos/assets/fonts/inter/inter.css"> 6 + <link rel="stylesheet" href="/photos/assets/fonts/inter/inter.css"> 7 7 <style type="text/css"> 8 - :root { font-family: 'Inter', sans-serif; } 8 + :root { font-family: 'Inter', serif; } 9 9 @supports (font-variation-settings: normal) { 10 - :root { font-family: 'InterVariable', sans-serif; } 10 + :root { font-family: 'InterVariable', serif; } 11 11 } 12 12 </style> 13 13 <style type="text/css">