Skip to content

Commit

Permalink
feat(fonts): add Tiempos 500 font face
Browse files Browse the repository at this point in the history
  • Loading branch information
HeartSquared committed Jul 5, 2024
1 parent e1fea36 commit c4be889
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions packages/typography/src/fonts.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@
font-weight: 800;
}

@font-face {
font-family: "Tiempos Headline";
src: url(asset-url("fonts/tiempos/tiempos-headline-medium.woff2")),
url(asset-url("fonts/tiempos/tiempos-headline-medium.woff"));
font-weight: 500;
}

// =============== GREYCLIFF ===============

@font-face {
Expand Down

0 comments on commit c4be889

Please sign in to comment.