diff options
| author | Joe Carstairs <65492573+Sycamost@users.noreply.github.com> | 2023-09-18 20:40:46 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-09-18 20:40:46 +0100 |
| commit | aaac97183965e6edd4cbab9a9ea3be1fb90bfef2 (patch) | |
| tree | 9bf71f6a448c506fd112fd7464811142ecbacaf2 /public/css | |
| parent | 244fda8c63356bfcc19a0ea437edf36458e4bc9b (diff) | |
| parent | d1b74fa2575cc435036a461e2dbc3c10865e3d96 (diff) | |
Merge pull request #5 from Sycamost/dev
Dev
Diffstat (limited to 'public/css')
| -rw-r--r-- | public/css/variables/typography.css | 34 |
1 files changed, 24 insertions, 10 deletions
diff --git a/public/css/variables/typography.css b/public/css/variables/typography.css index 810a129..f8515fd 100644 --- a/public/css/variables/typography.css +++ b/public/css/variables/typography.css @@ -9,20 +9,34 @@ --font-serif: Alegreya, - Sitka, "Sitka Display", "Sitka Heading", "Sitka Text", -apple-system-ui-serif, - "Droid Serif", - ui-serif, - serif; + Iowan Old Style, + Apple Garamond, + Baskerville, + Sitka, "Sitka Display", "Sitka Heading", "Sitka Text", + Times New Roman, + Droid Serif, + Times, + Source Serif Pro, + serif, + Apple Color Emoji, + Segoe UI Emoji, + Segoe UI Symbol; + --font-sans-serif: 'Alegreya Sans', Lato, -apple-system, - system-ui, BlinkMacSystemFont, - "Segoe UI", - Roboto, - "Helvetica Neue", - Arial, - sans-serif; + avenir next, + avenir, + segoe ui, + helvetica neue, + helvetica, + Cantarell, + Ubuntu, + roboto, + noto, + arial, + sans-serif }
\ No newline at end of file |
