Skip to content

Commit cdc15df

Browse files
add font-style again
1 parent 844e720 commit cdc15df

File tree

1 file changed

+6
-0
lines changed
  • News-Android-App/src/main/assets

1 file changed

+6
-0
lines changed

News-Android-App/src/main/assets/web.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
@font-face {
2+
font-family: "ROBOTO_REGULAR";
3+
src: url('fonts/Roboto-Regular.ttf');
4+
}
5+
16
body#lightTheme {
27
background-color: #eee;
38
color: black;
@@ -36,6 +41,7 @@ body {
3641
font-weight: normal;
3742
margin: 0px;
3843
word-wrap: break-word !important;
44+
font-family: 'ROBOTO_REGULAR';
3945
}
4046

4147
div#content > p {

0 commit comments

Comments
 (0)