Add font fallbacks (#341)
This commit is contained in:
parent
ca90a3ae8a
commit
1d32e53b91
@ -1,9 +1,9 @@
|
|||||||
// Replace this with your own font imports!
|
// 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');
|
@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 {
|
:root {
|
||||||
--font-body: "Source Sans Pro";
|
--font-body: "Source Sans Pro", sans-serif;
|
||||||
--font-header: "Inter";
|
--font-header: "Inter", sans-serif;
|
||||||
--font-mono: "Fira Code"
|
--font-mono: "Fira Code", monospace;
|
||||||
}
|
}
|
||||||
|
|
||||||
// typography
|
// typography
|
||||||
|
Loading…
Reference in New Issue
Block a user