-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathglobals.css
More file actions
25 lines (20 loc) · 785 Bytes
/
globals.css
File metadata and controls
25 lines (20 loc) · 785 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
@import url('https://fonts.googleapis.com/css2?family=Ubuntu+Mono&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nova+Mono&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Offside&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Chakra+Petch&display=swap');
.css-1d391kg, .css-18e3th9, header[data-testid="stAppHeader"], .block-container {
padding-top: 1.2rem !important;
margin-top: 1.2rem !important;
}
/* div.stButton > button {
font-family: 'Chakra Petch', sans-serif !important;
} */
body, p, h4, h5, h6, ul, li {
font-family: 'Fira Code', monospace !important;
}
h1#inter-prep {
font-family: 'Nova Mono', monospace !important;
}
h2, h3 {
font-family: 'Offside', monospace !important;
}