You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We will want to bundle the fonts required for this design system, and add @font-face declarations for them. We'll also need a fluid type scale.
Describe the solution you'd like
Used https://gwfh.mranftl.com/fonts to retrieve the two fonts and CSS @font-face declarations for them. Structurally, the fonts should be referenced using relative URLs and the fonts directory should be at the same level as the css directory:
├── css
│ ├── fonts.css // References ../fonts/webfont.woff2 in the @font-face rules.
├── fonts
│ ├── webfont.woff2
For the fluid type scale, we'll want to use Utopia again.
Describe alternative solutions you've considered
Not applicable.
Additional context or notes
Not applicable.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem?
We will want to bundle the fonts required for this design system, and add
@font-face
declarations for them. We'll also need a fluid type scale.Describe the solution you'd like
@font-face
declarations for them. Structurally, the fonts should be referenced using relative URLs and thefonts
directory should be at the same level as thecss
directory:Describe alternative solutions you've considered
Not applicable.
Additional context or notes
Not applicable.
The text was updated successfully, but these errors were encountered: