File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
templates/Challenges/classic Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 6
6
7
7
body {
8
8
height : 100% ;
9
- font-family : 'Roboto ' , monospace;
9
+ font-family : 'Hack-ZeroSlash ' , monospace;
10
10
color : var (--secondary-color );
11
11
background : var (--secondary-background );
12
12
}
68
68
color : var (--secondary-color );
69
69
font-weight : 700 ;
70
70
font-size : 1.5rem ;
71
- font-family : 'Roboto ' , monospace;
71
+ font-family : 'Hack-ZeroSlash ' , monospace;
72
72
margin : 0.6rem 0 ;
73
73
}
74
74
h2 {
75
75
color : var (--secondary-color );
76
76
font-weight : 700 ;
77
77
font-size : 1.25rem ;
78
- font-family : 'Roboto ' , monospace;
78
+ font-family : 'Hack-ZeroSlash ' , monospace;
79
79
margin : 0.6rem 0 ;
80
80
}
81
81
h3 {
82
82
color : var (--secondary-color );
83
83
font-weight : 700 ;
84
84
font-size : 1.1rem ;
85
- font-family : 'Roboto ' , monospace;
85
+ font-family : 'Hack-ZeroSlash ' , monospace;
86
86
margin : 0 0 0.6rem ;
87
87
}
88
88
89
89
h4 {
90
90
color : var (--secondary-color );
91
91
font-weight : 500 ;
92
92
font-size : 1rem ;
93
- font-family : 'Roboto ' , monospace;
93
+ font-family : 'Hack-ZeroSlash ' , monospace;
94
94
margin : 0 0 0.889rem ;
95
95
}
96
96
102
102
color : var (--secondary-color );
103
103
font-weight : 400 ;
104
104
font-size : 0.889rem ;
105
- font-family : 'Roboto ' , monospace;
105
+ font-family : 'Hack-ZeroSlash ' , monospace;
106
106
margin : 0 0 1.2rem ;
107
107
}
108
108
Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ textarea.inputarea {
84
84
}
85
85
86
86
.description-container h1 {
87
- font-family : Roboto , monospace;
87
+ font-family : 'Hack-ZeroSlash' , monospace;
88
88
font-size : 0.889rem ;
89
89
font-weight : 700 ;
90
90
line-height : 1 ;
You can’t perform that action at this time.
0 commit comments