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

Whay can I not get bold? #65

Open
github-actions bot opened this issue Sep 8, 2023 · 0 comments
Open

Whay can I not get bold? #65

github-actions bot opened this issue Sep 8, 2023 · 0 comments
Labels

Comments

@github-actions
Copy link

github-actions bot commented Sep 8, 2023

https://api.github.com/ChrisChinchilla/chrischinchilla.com/blob/5aed98c2f28cf56c8e57f5ef20a5171d84de2fb8/tailwind.config.cjs#L27

  theme: {
    extend: {
      colors: {
        // TODO: Refactor at some point?
        primary: colors.blue,
        secondary: colors.pink,
        brandBlue: '#9db0c2',
        brandYellow: '#eaba5d',
        brandGrey:'#4b555c'
      },
      // TODO: Parameter
        dropShadow: {
          lg: '0 10px 8px #9db0c2',
        },
      fontFamily: {
        // TODO: Shame it has to be this way…
        sans: ["Bitter", ...defaultTheme.fontFamily.sans],
        serif: ["Bitter", ...defaultTheme.fontFamily.sans],
        // serif: 
        btn: ["Albert Sans"],
        // TODO: Can I do it this way?
        // TODO: Whay can I not get bold?
        heading: ["Albert Sans Semibold"],
        subheading: ["Albert Sans Semibold"],
      },
    },
  },
@github-actions github-actions bot added the todo label Sep 8, 2023
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

0 participants