-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(design): added Cesko Digital font face #83
feat(design): added Cesko Digital font face #83
Conversation
Someone is attempting to deploy a commit to the Cesko Digital Team on Vercel. A member of the Team first needs to authorize it. |
01d7633
to
961d611
Compare
961d611
to
559d78d
Compare
559d78d
to
d2760bf
Compare
src/theme/GlobalStyle.js
Outdated
${useFont('Cesko Digital Mono', 500, 'fonts/cesko.digital.mono-medium')} | ||
${useFont('Cesko Digital Mono', 600, 'fonts/cesko.digital.mono-semibold')} | ||
${useFont('Cesko Digital Mono', 700, 'fonts/cesko.digital.mono-bold')} | ||
|
||
html, body { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
pojďme to teď nastavit tady?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nechápu, font je již nastavený jako výchozí o pár řádků dole.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
oh, promin, nevidel jsem
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Vypadá to dobře, díky. 👍
Prosím ale o pár úprav (převážně pozůstatky):
GlobalStyle.js
převést naglobal-style.ts
a přidat typydefault/index.js
převést nadefault.ts
Jinak se mi líbí ten způsob řešení. 🙂 👍
This pull request is being automatically deployed with Vercel (learn more). 🔍 Inspect: https://vercel.com/ceskodigital/web/8hf112cx9 |
Můžeme ten index.ts -> default.ts, nechat na poté, co se mergne zbytek theme related commitů, ať nemusím rebasovat všechno? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ještě jsem si říkal, zda by byl konflikt i u přejmenování na index.ts
, ale dobře. Neříká se mi to lehce, ale můžeme to takto nechat. Poprosím ale o jednu věc.
Chybí nám zde SSR verze pro styled-components, takže font při vypnutém JS se nenačte. Tento plugin by to měl vyřešit. Mohu tě poprosit o vyřešení?
@Erbenos, ještě jedna věc. Můžeš přidat bezpatkový fallback font? Přechod je pak celkem znatelný. |
Fallback již byl nastaven na |
878b96e
to
eb3d7c8
Compare
Díky 😄 |
No description provided.