Skip to content

Commit

Permalink
Change font family
Browse files Browse the repository at this point in the history
  • Loading branch information
vhande committed Sep 22, 2023
1 parent d124553 commit 9aed25b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 13 deletions.
2 changes: 2 additions & 0 deletions resources/css/app.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');

@tailwind base;
@tailwind components;
@tailwind utilities;
15 changes: 2 additions & 13 deletions tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,20 +42,9 @@ module.exports = {
textColor: ({ theme }) => theme("colors.publiq-gray-dark"),
fontFamily: {
sans: [
"ui-sans-serif",
"system-ui",
"-apple-system",
"BlinkMacSystemFont",
"Segoe UI",
"Roboto",
"Helvetica Neue",
"Arial",
"Noto Sans",
"sans-serif",
"Apple Color Emoji",
"Segoe UI Emoji",
"Segoe UI Symbol",
"Noto Color Emoji",
"Helvetica",
"sans-serif"
],
},
},
Expand Down

0 comments on commit 9aed25b

Please sign in to comment.