docs: change to inter font (#2989)

This commit is contained in:
Moritz Eckert 2024-03-15 15:38:34 +01:00 committed by GitHub
parent 9e3d605cf2
commit c40e1a9bbd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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