feat: swap fonts; use Cormorant; reduce size of large variant#157
feat: swap fonts; use Cormorant; reduce size of large variant#157domsteinbach wants to merge 4 commits intomainfrom
Conversation
|
@domsteinbach |
|
In my conversations it was about the Fassungen view only. I noted that it will be easier, faster, more consistent, better maintainable ... when we replace all at once and do not use different fonts for different texts - except for transcriptions which would be ok of course. But having the headers in a different font than other text ... I can not support that. I will have a look together with MS and get back to you. |
|
@flicksolutions I just had a video call. We can go for replacing all with this font. It is a step forward for MS. But we might find even a better one. |
flicksolutions
left a comment
There was a problem hiding this comment.
You set the name to Cormorant Garamond so you will have to use this name everywhere. The path was right before your latest commit.
| --base-font-color: var(--color-surface-950); | ||
| --base-font-color-dark: var(--color-surface-50); | ||
| --base-font-family: system-ui; | ||
| --base-font-family: inherit; |
There was a problem hiding this comment.
this change doesn't really make sense. A base font-family should be set here..
(and the change does nothing because this file is nowhere imported and not used)
| --base-font-family: inherit; |
No description provided.