Skip to content

Commit

Permalink
document font-family configuration via css variables
Browse files Browse the repository at this point in the history
  • Loading branch information
levito committed Oct 31, 2022
1 parent c0e5707 commit 8167304
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Expand Up @@ -28,9 +28,16 @@ There are different color schemes available. If you choose the `auto` variants,
You can configure the post content font size and the general UI spacing by using the `Customize` button in the TT-RSS settings and adding and adjusting this chunk of CSS code:

```css
/* These are the default settings for feedly.css */
:root {
--base-spacing: 30px;
--font-size-post: 14px;
--fonts-ui: "Helvetica Neue", Arial, Helvetica, "Liberation Sans",
"Nimbus Sans L", FreeSans, sans-serif;
--fonts-content: var(--fonts-ui);
--fonts-heading: SansCn;
--fonts-mono: Consolas, Menlo, Monaco, "Lucida Console", "Liberation Mono",
"DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Courier New", monospace;
}
```

Expand Down

0 comments on commit 8167304

Please sign in to comment.