You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As part of #91 and #110 the current implementation of @importing a font is not working (never saw a network request for any CSS). It did seem to work when hardcoded right into index.html though. (Might require a PostCSS plugin for some of it?)
thescientist13
changed the title
As a user I would like to be have support for custom typography
As a user I would like to have support for custom typography
Jul 31, 2019
thescientist13
changed the title
As a user I would like to have support for custom typography
As a user I would like to have support for global CSS (google fonts, wildcard selector)
Jul 31, 2019
thescientist13
changed the title
As a user I would like to have support for global CSS (google fonts, wildcard selector)
As a user I would like to have support for custom (@import) typography, ex. Google Fonts
Jul 31, 2019
thescientist13
changed the title
As a user I would like to have support for custom (@import) typography, ex. Google Fonts
[RFC] Global CSS
Jul 31, 2019
thescientist13
added
RFC
Proposal and changes to workflows, architecture, APIs, etc
and removed
enhancement
Improve something existing (e.g. no docs, new APIs, etc)
labels
Jul 31, 2019
Type of Change
Summary
As part of #91 and #110 the current implementation of
@import
ing a font is not working (never saw a network request for any CSS). It did seem to work when hardcoded right into index.html though. (Might require a PostCSS plugin for some of it?)In addition, when removing hardcoded CSS it looked global styles weren't really global.
Details
Per @hutchgrant , the primary issue is most likely related to ShadowDOM
So we should probably do another injection step as part of our build step
<head>
of index.html in packages/clithemePath
This is essentially a more robust version / continuation of #7
The text was updated successfully, but these errors were encountered: