Skip to content

Commit 4ca9ce7

Browse files
Removed font-size and font-weight from CSS files.
1 parent dfb8d1c commit 4ca9ce7

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

src/main/webapp/css/authorization.css

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@
1919
{
2020
font-family: 'Source Sans Pro', 'Helvetica Neue', 'Segoe UI', 'Arial', sans-serif;
2121
-webkit-font-smoothing: antialiased;
22-
font-weight: 200;
23-
font-size: 18px;
2422
color: #666;
2523
}
2624

src/main/webapp/css/index.css

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,4 @@ a:hover {
4444
{
4545
font-family: 'Source Sans Pro', 'Helvetica Neue', 'Segoe UI', 'Arial', sans-serif;
4646
-webkit-font-smoothing: antialiased;
47-
font-weight: 200;
48-
font-size: 18px;
4947
}

0 commit comments

Comments
 (0)