add goldman google font

This commit is contained in:
Lorraxs 2024-02-24 09:54:32 +07:00
parent b23905b279
commit cbdd73986f

View File

@ -1,3 +1,5 @@
@import url('https://fonts.googleapis.com/css2?family=Chakra+Petch:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Goldman:wght@400;700&display=swap')
@tailwind base;
@tailwind components;
@tailwind utilities;
@ -11,7 +13,7 @@ html {
body {
margin: 0;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
font-family: "Goldman", 'Segoe UI', 'Roboto', 'Oxygen',
'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
sans-serif;
-webkit-font-smoothing: antialiased;