-
-
Notifications
You must be signed in to change notification settings - Fork 37
Expand file tree
/
Copy pathcustom.css
More file actions
33 lines (20 loc) · 883 Bytes
/
Copy pathcustom.css
File metadata and controls
33 lines (20 loc) · 883 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
/* options : https://github.com/vuejs/vitepress/blob/main/src/client/theme-default/styles/vars.css */
/* import fonr */
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,500;0,600;0,700;1,500;1,600;1,700&display=swap');
:root {
--vp-font-family-base: 'Verdana';
/* --vp-font-family-base: 'Verdana'; */
/* --vp-font-family-base: 'Monaco' ; */
--vp-c-brand: #8e43b6;
--vp-c-brand-light: #712b94;
--vp-c-green: #660099;
--vp-c-green-light: #7f4b98;
--vp-c-green-lighter: #8f7e98;
--vp-c-green-dark: #500077;
--vp-c-green-darker: #1d002c;
/* Typography */
/* --vp-font-family-base: 'Quicksand', sans-serif; */
/* Code Snippet font */
--vp-font-family-mono: 'Roboto Mono' , monospace;
}