Skip to content

Commit

Permalink
Update fonts
Browse files Browse the repository at this point in the history
  • Loading branch information
hgiesel committed Jul 25, 2024
1 parent dc8a2d9 commit ef4c84b
Show file tree
Hide file tree
Showing 33 changed files with 22 additions and 31 deletions.
Binary file removed src/languages/de/card/media/_NotoSerif-Regular.ttf
Binary file not shown.
Binary file added src/languages/de/card/media/_NotoSerif.ttf
Binary file not shown.
5 changes: 2 additions & 3 deletions src/languages/de/card/styles.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@font-face {
font-family: cardFont;
src: url('/_NotoSerif-Regular.otf');
src: url('/_NotoSerif.ttf');
}

body {
Expand Down Expand Up @@ -238,8 +238,7 @@ main.container .card audio {
}

t {
font-weight: 900;
font-style: italic;
font-weight: bold;
}

@media (min-width: 762px) {
Expand Down
Binary file removed src/languages/en/card/media/_NotoSerif-Regular.ttf
Binary file not shown.
Binary file added src/languages/en/card/media/_NotoSerif.ttf
Binary file not shown.
5 changes: 2 additions & 3 deletions src/languages/en/card/styles.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@font-face {
font-family: cardFont;
src: url('/_NotoSerif-Regular.otf');
src: url('/_NotoSerif.ttf');
}

body {
Expand Down Expand Up @@ -238,8 +238,7 @@ main.container .card audio {
}

t {
font-weight: 900;
font-style: italic;
font-style: bold;
}

@media (min-width: 762px) {
Expand Down
Binary file removed src/languages/es/card/media/_NotoSerif-Regular.ttf
Binary file not shown.
Binary file added src/languages/es/card/media/_NotoSerif.ttf
Binary file not shown.
5 changes: 2 additions & 3 deletions src/languages/es/card/styles.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@font-face {
font-family: cardFont;
src: url('/_NotoSerif-Regular.otf');
src: url('/_NotoSerif.ttf');
}

body {
Expand Down Expand Up @@ -238,8 +238,7 @@ main.container .card audio {
}

t {
font-weight: 900;
font-style: italic;
font-weight: bold;
}

@media (min-width: 762px) {
Expand Down
Binary file removed src/languages/fr/card/media/_NotoSerif-Regular.ttf
Binary file not shown.
Binary file added src/languages/fr/card/media/_NotoSerif.ttf
Binary file not shown.
5 changes: 2 additions & 3 deletions src/languages/fr/card/styles.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@font-face {
font-family: cardFont;
src: url('/_NotoSerif-Regular.otf');
src: url('/_NotoSerif.ttf');
}

body {
Expand Down Expand Up @@ -238,8 +238,7 @@ main.container .card audio {
}

t {
font-weight: 900;
font-style: italic;
font-weight: bold;
}

@media (min-width: 762px) {
Expand Down
Binary file removed src/languages/ja/card/media/_NotoSerifJP-Regular.otf
Binary file not shown.
Binary file not shown.
5 changes: 2 additions & 3 deletions src/languages/ja/card/styles.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@font-face {
font-family: cardFont;
src: url('/_NotoSerifJP-Regular.otf');
src: url('/_NotoSerifJP.ttf');
}

body {
Expand Down Expand Up @@ -238,8 +238,7 @@ main.container .card audio {
}

t {
font-weight: 900;
font-style: italic;
font-weight: bold;
}

@media (min-width: 762px) {
Expand Down
Binary file removed src/languages/ko/card/media/_NotoSerifKR-Regular.otf
Binary file not shown.
Binary file added src/languages/ko/card/media/_NotoSerifKR.ttf
Binary file not shown.
5 changes: 2 additions & 3 deletions src/languages/ko/card/styles.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@font-face {
font-family: cardFont;
src: url('/_NotoSerifKR-Regular.otf');
src: url('/_NotoSerifKR.ttf');
}

body {
Expand Down Expand Up @@ -238,8 +238,7 @@ main.container .card audio {
}

t {
font-weight: 900;
font-style: italic;
font-weight: bold;
}

@media (min-width: 762px) {
Expand Down
Loading

0 comments on commit ef4c84b

Please sign in to comment.