Add font fallbacks (#341)
This commit is contained in:
parent
ca90a3ae8a
commit
1d32e53b91
@ -1,9 +1,9 @@
|
||||
// Replace this with your own font imports!
|
||||
@import url('https://fonts.googleapis.com/css2?family=Fira+Code:wght@400;700&family=Inter:wght@400;600;700&family=Source+Sans+Pro:wght@400;600&display=swap');
|
||||
:root {
|
||||
--font-body: "Source Sans Pro";
|
||||
--font-header: "Inter";
|
||||
--font-mono: "Fira Code"
|
||||
--font-body: "Source Sans Pro", sans-serif;
|
||||
--font-header: "Inter", sans-serif;
|
||||
--font-mono: "Fira Code", monospace;
|
||||
}
|
||||
|
||||
// typography
|
||||
|
Loading…
Reference in New Issue
Block a user