Skip to content

Commit bbe72e2

Browse files
committed
Frontend
1 parent b31bb52 commit bbe72e2

File tree

2 files changed

+20
-8
lines changed

2 files changed

+20
-8
lines changed

src/main/resources/static/css/main.css

Lines changed: 18 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,31 @@ html {
77
body {
88
padding-top: 3.5rem;
99
padding-bottom: 3.5rem;
10-
font-family: "Roboto",sans-serif;
10+
font-family: 'Lato', sans-serif;
1111
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+
*/
1226
}
1327

1428
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;
1830
font-weight:bold
1931
}
2032

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;
2335
}
2436

2537

src/main/resources/templates/layout/page.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@
3333
}
3434
})});
3535
</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">
3838
<title th:replace="${headtitle}">SimpleWorklist</title>
3939
<link th:href="@{/webjars/bootstrap/4.3.1/css/bootstrap.min.css}" rel="stylesheet"/>
4040
<link th:href="@{/webjars/font-awesome/5.8.1/css/all.min.css}" rel="stylesheet"/>

0 commit comments

Comments
 (0)