mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-10-01 01:36:09 -04:00
docs: change to inter font (#2989)
This commit is contained in:
parent
9e3d605cf2
commit
c40e1a9bbd
@ -7,7 +7,7 @@
|
||||
/**
|
||||
* Fonts
|
||||
*/
|
||||
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
|
||||
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');
|
||||
/* You can override the default Infima variables here. */
|
||||
:root {
|
||||
--ifm-color-primary: #8B04DD;
|
||||
@ -17,7 +17,7 @@
|
||||
--ifm-color-primary-light: #8B04DD;
|
||||
--ifm-color-primary-lighter: #B873F4;
|
||||
--ifm-color-primary-lightest: #E3D2FF;
|
||||
--ifm-font-family-base: 'Roboto', sans-serif;
|
||||
--ifm-font-family-base: 'Inter', sans-serif;
|
||||
--ifm-code-font-size: 95%;
|
||||
/* --ifm-footer-background-color: black;
|
||||
--ifm-footer-link-color: white;
|
||||
|
Loading…
Reference in New Issue
Block a user