Matthew Aaron Raymer
2 years ago
1 changed files with 8 additions and 0 deletions
@ -1,3 +1,11 @@ |
|||||
@tailwind base; |
@tailwind base; |
||||
@tailwind components; |
@tailwind components; |
||||
@tailwind utilities; |
@tailwind utilities; |
||||
|
|
||||
|
@import url('https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap'); |
||||
|
|
||||
|
@layer base { |
||||
|
html { |
||||
|
font-family: 'Work Sans', ui-sans-serif, system-ui, sans-serif !important; |
||||
|
} |
||||
|
} |
||||
|
Loading…
Reference in new issue