mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-28 10:18:51 +00:00
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
7 lines
97 B
JSON
7 lines
97 B
JSON
{
|
|
"dependencies": {
|
|
"@fontsource/source-sans-3": "^5.0.18",
|
|
"flowbite": "^2.2.1"
|
|
}
|
|
}
|