Skip to content

Theme font in examples #475

@bluetidepro

Description

@bluetidepro

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions