Skip to content

Commit 49bf898

Browse files
committed
clean: Refactor font style
1 parent 8ee76bf commit 49bf898

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/ui/css/diff2html.css

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
padding: 5px 10px;
1616
border-bottom: 1px solid #d8d8d8;
1717
background-color: #f7f7f7;
18+
font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
1819
}
1920

2021
.d2h-file-stats {
@@ -52,7 +53,6 @@
5253
-ms-flex-align: center;
5354
align-items: center;
5455
width: 100%;
55-
font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
5656
font-size: 15px;
5757
}
5858

@@ -72,7 +72,6 @@
7272
justify-content: flex-end;
7373
display: flex;
7474
cursor: pointer;
75-
font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
7675
font-size: 12px;
7776
align-items: center;
7877
border-radius: 3px;

0 commit comments

Comments
 (0)