Files
firezone/elixir/apps/web/assets/package.json
Brian Manifold c02e7ed332 fix(portal): Update portal font to source sans 3 (#3106)
Why:

* The previous font being used in the portal (Source Sans Pro) did not
have multiple weights available, which meant that the `font-*` classes
      on all html tags were not being used.  Switching to Source Sans 3
allows all but 1 (`font-thin` or `100` is not present) of the Tailwind
      font sizes to be used.

Closes #2893
2024-01-08 17:56:43 +00:00

7 lines
97 B
JSON

{
"dependencies": {
"@fontsource/source-sans-3": "^5.0.18",
"flowbite": "^2.2.1"
}
}