File tree Expand file tree Collapse file tree 2 files changed +20
-8
lines changed Expand file tree Collapse file tree 2 files changed +20
-8
lines changed Original file line number Diff line number Diff line change 7
7
body {
8
8
padding-top : 3.5rem ;
9
9
padding-bottom : 3.5rem ;
10
- font-family : "Roboto" , sans-serif;
10
+ font-family : 'Lato' , sans-serif;
11
11
line-height : 1.5 ;
12
+ /*
13
+ font-family: 'Varela Round', sans-serif;
14
+ font-family: 'Roboto', sans-serif;
15
+ font-family: 'Open Sans', sans-serif;
16
+ font-family: 'Poppins', sans-serif;
17
+ font-family: 'Lato', sans-serif;
18
+ font-family: 'Montserrat', sans-serif;
19
+ */
20
+ /*
21
+ font-family: 'Nunito', sans-serif;
22
+ font-family: 'Open Sans', sans-serif;
23
+ font-family: 'Montserrat', sans-serif;
24
+ font-family: 'Lato', sans-serif;
25
+ */
12
26
}
13
27
14
28
h1 , h2 , h3 , h4 , h5 , h6 {
15
- margin : 2em 0 0.5em ;
16
- line-height : 1.2 ;
17
- font-family : "Roboto" , sans-serif;
29
+ font-family : 'Varela Round' , sans-serif;
18
30
font-weight : bold
19
31
}
20
32
21
- tt , code , kbd , samp , pre {
22
- font-family : "Roboto Mono" , monospace
33
+ tt , th , code , kbd , samp , pre {
34
+ font-family : 'Varela Round' , sans-serif;
23
35
}
24
36
25
37
Original file line number Diff line number Diff line change 33
33
}
34
34
} ) } ) ;
35
35
</ script >
36
- < link href ="https://fonts.googleapis.com/css?family=Roboto+Mono " rel ="stylesheet ">
37
- < link href ="https://fonts.googleapis.com/css?family=Roboto " rel ="stylesheet ">
36
+ < link href ="https://fonts.googleapis.com/css?family=Lato|Montserrat|Open+Sans|Poppins| Roboto|Varela+Round " rel ="stylesheet ">
37
+ < link href ="https://fonts.googleapis.com/css?family=Lato|Montserrat|Nunito|Open+Sans " rel ="stylesheet ">
38
38
< title th:replace ="${headtitle} "> SimpleWorklist</ title >
39
39
< link th:href ="@{/webjars/bootstrap/4.3.1/css/bootstrap.min.css} " rel ="stylesheet "/>
40
40
< link th:href ="@{/webjars/font-awesome/5.8.1/css/all.min.css} " rel ="stylesheet "/>
You can’t perform that action at this time.
0 commit comments