mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-02-02 10:35:08 -05:00
Change doc fonts to Roboto (#101)
This commit is contained in:
parent
a85777fd02
commit
98ee807247
@ -4,6 +4,10 @@
|
|||||||
* work well for content-centric websites.
|
* work well for content-centric websites.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 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');
|
||||||
/* You can override the default Infima variables here. */
|
/* You can override the default Infima variables here. */
|
||||||
:root {
|
:root {
|
||||||
--ifm-color-primary: #8B04DD;
|
--ifm-color-primary: #8B04DD;
|
||||||
@ -13,6 +17,7 @@
|
|||||||
--ifm-color-primary-light: #8B04DD;
|
--ifm-color-primary-light: #8B04DD;
|
||||||
--ifm-color-primary-lighter: #B873F4;
|
--ifm-color-primary-lighter: #B873F4;
|
||||||
--ifm-color-primary-lightest: #E3D2FF;
|
--ifm-color-primary-lightest: #E3D2FF;
|
||||||
|
--ifm-font-family-base: 'Roboto', sans-serif;
|
||||||
--ifm-code-font-size: 95%;
|
--ifm-code-font-size: 95%;
|
||||||
/* --ifm-footer-background-color: black;
|
/* --ifm-footer-background-color: black;
|
||||||
--ifm-footer-link-color: white;
|
--ifm-footer-link-color: white;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user