mirror of
https://github.com/yangshun/tech-interview-handbook.git
synced 2025-07-28 12:43:12 +08:00
website: use Inter font
This commit is contained in:
@ -1,3 +1,5 @@
|
||||
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;700&display=swap');
|
||||
|
||||
:root {
|
||||
--ifm-color-primary: #6565d5;
|
||||
--ifm-color-primary-dark: #5959d2;
|
||||
@ -7,6 +9,9 @@
|
||||
--ifm-color-primary-lighter: #8a8adf;
|
||||
--ifm-color-primary-lightest: #afafe9;
|
||||
|
||||
--ifm-font-family-base: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI',
|
||||
'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans',
|
||||
'Helvetica Neue', sans-serif;
|
||||
--ifm-font-size-base: 18px;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user