Skip to content
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

Theme font in examples #475

Closed
bluetidepro opened this issue Jun 8, 2017 · 1 comment
Closed

Theme font in examples #475

bluetidepro opened this issue Jun 8, 2017 · 1 comment
Labels

Comments

@bluetidepro
Copy link
Collaborator

bluetidepro commented Jun 8, 2017

Here is two example screenshots:

screen shot 2017-06-07 at 7 10 39 pm

screen shot 2017-06-07 at 7 13 30 pm

In my config, it looks like:

  theme: {
    color: {
      link: 'firebrick',
      linkHover: 'salmon',
    },
    fontFamily: {
      base: [
        '"Proxima Nova"',
        'proxima-nova',
        '"Helvetica Neue"',
        'Helvetica',
        'Arial',
        'sans-serif',
      ],
    }
  },

As you can see, the font is being applied to the docs, but not the example. Is that intended that the font in the theme is not applied to the examples? Or is this a bug?

@sapegin
Copy link
Member

sapegin commented Jun 8, 2017

Theme is a style guide UI theme, it should no affect you app’s code (that would be a bug ;–)

More info here: https://react-styleguidist.js.org/docs/development.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants