Skip to content

Commit ef4c84b

Browse files
committed
Update fonts
1 parent dc8a2d9 commit ef4c84b

33 files changed

+22
-31
lines changed
Binary file not shown.
2.27 MB
Binary file not shown.

src/languages/de/card/styles.css

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
@font-face {
22
font-family: cardFont;
3-
src: url('/_NotoSerif-Regular.otf');
3+
src: url('/_NotoSerif.ttf');
44
}
55

66
body {
@@ -238,8 +238,7 @@ main.container .card audio {
238238
}
239239

240240
t {
241-
font-weight: 900;
242-
font-style: italic;
241+
font-weight: bold;
243242
}
244243

245244
@media (min-width: 762px) {
Binary file not shown.
2.27 MB
Binary file not shown.

src/languages/en/card/styles.css

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
@font-face {
22
font-family: cardFont;
3-
src: url('/_NotoSerif-Regular.otf');
3+
src: url('/_NotoSerif.ttf');
44
}
55

66
body {
@@ -238,8 +238,7 @@ main.container .card audio {
238238
}
239239

240240
t {
241-
font-weight: 900;
242-
font-style: italic;
241+
font-style: bold;
243242
}
244243

245244
@media (min-width: 762px) {
Binary file not shown.
2.27 MB
Binary file not shown.

src/languages/es/card/styles.css

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
@font-face {
22
font-family: cardFont;
3-
src: url('/_NotoSerif-Regular.otf');
3+
src: url('/_NotoSerif.ttf');
44
}
55

66
body {
@@ -238,8 +238,7 @@ main.container .card audio {
238238
}
239239

240240
t {
241-
font-weight: 900;
242-
font-style: italic;
241+
font-weight: bold;
243242
}
244243

245244
@media (min-width: 762px) {
Binary file not shown.

0 commit comments

Comments
 (0)