-
Notifications
You must be signed in to change notification settings - Fork 0
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
Luuk/orbiit surt font #62
Conversation
text-align: left; | ||
} | ||
|
||
* { | ||
color: inherit; | ||
} | ||
|
||
@font-face { |
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.
I did this with Poppins originally, but Next.js gets angry if you use @import for fonts. Some vulnerability or something. Hence be building that <Fonts />
component. A bit more annoying becaue you have to add both DesignProvider
and Fonts
, but the error went away.
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 interesting, I haven't seen it throw that yet, but will try it by updating Fonts
I think it's a warning still, not an error, it still builds. But it showed
up big and red in my console...
Jonas
*~*
Jonas Haefele
Founder of slow.works
Coaching and consulting in mindful and sustainable tech.
In order to focus on my work, I check emails twice a day and aim to respond
the next day.
In emergencies, please call +44 742 906 6868
*~*
…On Mon, 28 Sep 2020 at 14:26, luckylwk ***@***.***> wrote:
***@***.**** commented on this pull request.
------------------------------
In src/components/DesignProvider/DesignProvider.js
<#62 (comment)>
:
> text-align: left;
}
* {
color: inherit;
}
+
+ @font-face {
Oh interesting, I haven't seen it throw that yet, but will try it by
updating Fonts
—
You are receiving this because your review was requested.
Reply to this email directly, view it on GitHub
<#62 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAIZO6E4VVJHI7MV7YUDB43SICFJTANCNFSM4R4K3EEA>
.
|
I can do a separate PR to harmonise font sizes again and check with the designs. Poppins and Surt render in different sizes. |
"node-forge": "^0.10.0", | ||
"node-fetch": "^2.6.1", | ||
"yargs-parser": "^13.1.2", | ||
"http-proxy": "^1.18.1", | ||
"dot-prop": "^4.2.1", | ||
"serialize-javascript": "^3.1.0" |
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.
what do all of these do?
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.
Fix vulnerabilities
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.
I keep getting github dependabot notifications
No description provided.