Change doc fonts to Roboto (#101)

This commit is contained in:
Moritz Eckert 2022-09-08 17:55:32 +02:00 committed by GitHub
parent a85777fd02
commit 98ee807247
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;