diff --git a/README.md b/README.md index 731ab5c..44959f2 100644 --- a/README.md +++ b/README.md @@ -145,7 +145,7 @@ If you change this setting and it works well for you, please leave a comment on ### Environment variables | Name | Required? | Default | Notes | -| --------------------- | --------- | ------------------------- | ---------------------------------------------------------------------------------------------- | --- | +| --------------------- | --------- | ------------------------- | ---------------------------------------------------------------------------------------------- | | TZ | No | `UTC` | Must follow IANA TZ format | | LOG_LEVEL | No | `debug` | Can be set to `info` | | BASIC_AUTH_USERNAME | No | | See [authentication docs](https://github.com/kieraneglin/pinchflat/wiki/Username-and-Password) | @@ -153,7 +153,7 @@ If you change this setting and it works well for you, please leave a comment on | EXPOSE_FEED_ENDPOINTS | No | | See [RSS feed docs](https://github.com/kieraneglin/pinchflat/wiki/Podcast-RSS-Feeds) | | JOURNAL_MODE | No | `wal` | Set to `delete` if your config directory is stored on a network share (not recommended) | | TZ_DATA_DIR | No | `/etc/elixir_tzdata_data` | The container path where the timezone database is stored | -| BASE_ROUTE_PATH | No | `/` | The base path for route generation. Useful when running behind certain reverse proxies | | +| BASE_ROUTE_PATH | No | `/` | The base path for route generation. Useful when running behind certain reverse proxies | ## EFF donations diff --git a/assets/css/satoshi.css b/assets/css/satoshi.css index 5d855af..bd622f8 100644 --- a/assets/css/satoshi.css +++ b/assets/css/satoshi.css @@ -32,7 +32,8 @@ @font-face { font-family: 'Satoshi'; src: url('../fonts/satoshi/Satoshi-LightItalic.woff2'), - url('../fonts/satoshi/Satoshi-LightItalic.woff'), url('../fonts/satoshi/Satoshi-LightItalic.ttf'); + url('../fonts/satoshi/Satoshi-LightItalic.woff'), + url('../fonts/satoshi/Satoshi-LightItalic.ttf'); font-weight: 300; font-display: swap; font-style: italic; @@ -68,7 +69,8 @@ @font-face { font-family: 'Satoshi'; src: url('../fonts/satoshi/Satoshi-MediumItalic.woff2'), - url('../fonts/satoshi/Satoshi-MediumItalic.woff'), url('../fonts/satoshi/Satoshi-MediumItalic.ttf'); + url('../fonts/satoshi/Satoshi-MediumItalic.woff'), + url('../fonts/satoshi/Satoshi-MediumItalic.ttf'); font-weight: 500; font-display: swap; font-style: italic; @@ -85,8 +87,8 @@ @font-face { font-family: 'Satoshi'; - src: url('../fonts/satoshi/Satoshi-BoldItalic.woff2'), url('../fonts/satoshi/Satoshi-BoldItalic.woff'), - url('../fonts/satoshi/Satoshi-BoldItalic.ttf'); + src: url('../fonts/satoshi/Satoshi-BoldItalic.woff2'), + url('../fonts/satoshi/Satoshi-BoldItalic.woff'), url('../fonts/satoshi/Satoshi-BoldItalic.ttf'); font-weight: 700; font-display: swap; font-style: italic; @@ -95,7 +97,8 @@ @font-face { font-family: 'Satoshi'; src: url('../fonts/satoshi/Satoshi-BlackItalic.woff2'), - url('../fonts/satoshi/Satoshi-BlackItalic.woff'), url('../fonts/satoshi/Satoshi-BlackItalic.ttf'); + url('../fonts/satoshi/Satoshi-BlackItalic.woff'), + url('../fonts/satoshi/Satoshi-BlackItalic.ttf'); font-weight: 900; font-display: swap; font-style: italic;