Skip to content

Commit

Permalink
--wip-- [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
lakardion committed Jan 10, 2025
1 parent ae47f77 commit cd0684b
Show file tree
Hide file tree
Showing 12 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
@tailwind components;
@tailwind utilities;

/*TODO: Add your own custom fonts for the project. Make sure you also update the entry in tailwind.config.js to match the font family you use*/
@layer base {
@font-face {
font-family: 'Montserrat';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ module.exports = {
theme: {
extend: {
colors,
//TODO: match font family from index.css @font-face directive
fontFamily: { sans: ['Montserrat', ...defaultTheme.fontFamily.sans] },
},
container: {
Expand Down

0 comments on commit cd0684b

Please sign in to comment.