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

Add fluid type scale and font-face declarations #8

Closed
greatislander opened this issue Jul 18, 2023 · 0 comments · Fixed by #13 or #7
Closed

Add fluid type scale and font-face declarations #8

greatislander opened this issue Jul 18, 2023 · 0 comments · Fixed by #13 or #7
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@greatislander
Copy link
Member

greatislander commented Jul 18, 2023

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

  1. 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
  1. 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.

@greatislander greatislander added the enhancement New feature or request label Jul 18, 2023
@greatislander greatislander added this to the 1.0.0 milestone Jul 18, 2023
@chosww chosww linked a pull request Jul 18, 2023 that will close this issue
greatislander added a commit that referenced this issue Jul 19, 2023
Co-authored-by: Ned Zimmerman <ned@bight.dev>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
2 participants