File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 15
15
16
16
html,body {
17
17
width:100%;
18
- font-family: ubuntu;
18
+ font-family: ubuntu, 'Helvetica' ;
19
19
padding:0px;
20
20
margin:0px;
21
21
}
28
28
padding:10px;
29
29
margin:1px;
30
30
cursor:pointer;
31
- font-family: ubuntu;
31
+ font-family: ubuntu, 'Helvetica' ;
32
32
}
33
33
34
34
.button:hover {
35
35
filter: brightness(0.95);
36
36
}
37
37
38
38
.input[type="text"] {
39
- font-family: ubuntu;
39
+ font-family: ubuntu,'Helvetica' ;
40
40
font-size: 1em;
41
41
padding:6px;
42
42
border-radius: 4px;
50
50
51
51
52
52
.textarea {
53
- font-family: ubuntu;
53
+ font-family: ubuntu,'Helvetica' ;
54
54
font-size: 1em;
55
55
padding:6px;
56
56
border-radius: 4px;
66
66
padding:4px;
67
67
border-radius: 4px;
68
68
border: 2px solid #EEE;
69
- font-family: ubuntu;
69
+ font-family: ubuntu,'Helvetica' ;
70
70
}
71
71
72
72
.select:focus {
90
90
margin:2px;
91
91
background:white;
92
92
padding:8px;
93
- font-family: ubuntu;
93
+ font-family: ubuntu,'Helvetica' ;
94
94
}
95
95
.tab.selected {
96
96
color:#0075ff;
You can’t perform that action at this time.
0 commit comments