Skip to content

Roboto Font #1923

Discussion options

You must be logged in to vote

@wdebusschere We have added the Roboto font as a part of our design.

The other way to change the font is to change it inside tailwind.config.js under the theme property. For example:

  theme: {
    extend: {
      fontFamily: {
        sans: ["Times New Roman", "serif"],
        body: ["Times New Roman", "serif"],
        mono: ["ui-monospace", "monospace"],
      },
    },
  },

Replies: 5 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by wdebusschere
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants