Skip to content

Commit

Permalink
Add Tailwind font family to mimick the default WordPress editor
Browse files Browse the repository at this point in the history
Using this as a stepping stone to keep the current font while moving into the UI library Root
  • Loading branch information
igorschoester committed Sep 19, 2023
1 parent f49ac25 commit 5b03980
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,19 @@ module.exports = {
animation: {
slideRight: "slideRight .5s ease-in-out forwards",
},
fontFamily: {
wp: [
"-apple-system",
"BlinkMacSystemFont",
"Segoe UI",
"Roboto",
"Oxygen-Sans",
"Ubuntu",
"Cantarell",
"Helvetica Neue",
"sans-serif",
],
},
},
},
safelist: [
Expand Down

0 comments on commit 5b03980

Please sign in to comment.