Skip to content

Commit 92d586f

Browse files
committed
Update fonts
1 parent 410138d commit 92d586f

10 files changed

Lines changed: 10 additions & 10 deletions

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ My personal website, built with [Astro](https://astro.build) and deployed on [Gi
44

55
## Third-party assets and attributions
66

7-
- [Inter](https://rsms.me/inter) ([1](public/fonts/inter-v12-latin-400.woff2), [2](public/fonts/inter-v12-latin-500.woff2)) is licensed under the [SIL Open Font License (OFL)](https://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&id=OFL).
8-
- [Raleway](https://github.com/impallari/Raleway) ([1](public/fonts/raleway-v28-latin-500.woff2), [2](public/fonts/raleway-v28-latin-600.woff2)) is licensed under the [SIL Open Font License (OFL)](https://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&id=OFL).
7+
- [Inter](https://rsms.me/inter) ([1](public/fonts/inter-v13-latin-400.woff2), [2](public/fonts/inter-v13-latin-500.woff2)) is licensed under the [SIL Open Font License (OFL)](https://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&id=OFL).
8+
- [Raleway](https://github.com/impallari/Raleway) ([1](public/fonts/raleway-v29-latin-500.woff2), [2](public/fonts/raleway-v29-latin-600.woff2)) is licensed under the [SIL Open Font License (OFL)](https://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&id=OFL).
99
- [`avatar.png`](src/assets/avatar.png) was created by [Marga Hernandez](https://margahernandez.dorik.io).
1010
- The menu and mode SVGs used in [`header.astro`](src/components/page/header.astro) is taken and modified from [Tempo's Quill Icons](https://github.com/yourtempo/tempo-quill-icons) and [Jay Newey's Charm Icons](https://github.com/jaynewey/charm-icons), respectively.
1111

-16.3 KB
Binary file not shown.
-17.1 KB
Binary file not shown.
21.1 KB
Binary file not shown.
22.2 KB
Binary file not shown.
-20.2 KB
Binary file not shown.
-21 KB
Binary file not shown.
21.5 KB
Binary file not shown.
22.3 KB
Binary file not shown.

src/components/page/fonts.astro

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,27 @@
11
<link
22
rel="preload"
3-
href="/fonts/inter-v12-latin-400.woff2"
3+
href="/fonts/inter-v13-latin-400.woff2"
44
as="font"
55
type="font/woff2"
66
crossorigin
77
/>
88
<link
99
rel="preload"
10-
href="/fonts/inter-v12-latin-500.woff2"
10+
href="/fonts/inter-v13-latin-500.woff2"
1111
as="font"
1212
type="font/woff2"
1313
crossorigin
1414
/>
1515
<link
1616
rel="preload"
17-
href="/fonts/raleway-v28-latin-500.woff2"
17+
href="/fonts/raleway-v29-latin-500.woff2"
1818
as="font"
1919
type="font/woff2"
2020
crossorigin
2121
/>
2222
<link
2323
rel="preload"
24-
href="/fonts/raleway-v28-latin-600.woff2"
24+
href="/fonts/raleway-v29-latin-600.woff2"
2525
as="font"
2626
type="font/woff2"
2727
crossorigin
@@ -33,27 +33,27 @@
3333
font-style: normal;
3434
font-weight: 400;
3535
font-display: swap;
36-
src: url("/fonts/inter-v12-latin-400.woff2") format("woff2");
36+
src: url("/fonts/inter-v13-latin-400.woff2") format("woff2");
3737
}
3838
@font-face {
3939
font-family: "Inter";
4040
font-style: normal;
4141
font-weight: 500;
4242
font-display: swap;
43-
src: url("/fonts/inter-v12-latin-500.woff2") format("woff2");
43+
src: url("/fonts/inter-v13-latin-500.woff2") format("woff2");
4444
}
4545
@font-face {
4646
font-family: "Raleway";
4747
font-style: normal;
4848
font-weight: 500;
4949
font-display: swap;
50-
src: url("/fonts/raleway-v28-latin-500.woff2") format("woff2");
50+
src: url("/fonts/raleway-v29-latin-500.woff2") format("woff2");
5151
}
5252
@font-face {
5353
font-family: "Raleway";
5454
font-style: normal;
5555
font-weight: 600;
5656
font-display: swap;
57-
src: url("/fonts/raleway-v28-latin-600.woff2") format("woff2");
57+
src: url("/fonts/raleway-v29-latin-600.woff2") format("woff2");
5858
}
5959
</style>

0 commit comments

Comments
 (0)