Switch body font from Inter to Poppins
This commit is contained in:
parent
c960dcc361
commit
02e7a68265
10 changed files with 10 additions and 10 deletions
|
|
@ -54,7 +54,7 @@ button, input, select, textarea {
|
|||
|
||||
/* Typography */
|
||||
--font-heading: 'Playfair Display', Georgia, serif;
|
||||
--font-body: 'Inter', system-ui, sans-serif;
|
||||
--font-body: 'Poppins', system-ui, sans-serif;
|
||||
|
||||
/* Spacing / shape */
|
||||
--radius: 0.75rem;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue