Skip to content

Commit

Permalink
add millik + fix grotesk medium (#192)
Browse files Browse the repository at this point in the history
* add millik + fix grotesk medium

* typo

* fix format
  • Loading branch information
jcheese1 authored Dec 6, 2024
1 parent 8935837 commit f8f4178
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/silly-candles-occur.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@treasure-dev/tailwind-config": minor
---

Add millik font to tailwind and fix font medium for grotesk
2 changes: 1 addition & 1 deletion packages/tailwind-config/fonts.css
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

@font-face {
font-family: "GroteskSemi";
font-weight: 600;
font-weight: 500;
font-display: swap;
font-style: normal;
src: url("./fonts/ABCMonumentGroteskSemi-Mono-Medium.woff2") format("woff2"),
Expand Down
1 change: 1 addition & 0 deletions packages/tailwind-config/tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ module.exports = {
fontFamily: {
sans: ["Whyte", ...defaultTheme.fontFamily.sans],
mono: ["GroteskSemi", ...defaultTheme.fontFamily.mono],
millik: ["Millik", ...defaultTheme.fontFamily.sans],
},
colors: {
ruby: {
Expand Down

0 comments on commit f8f4178

Please sign in to comment.