diff options
| author | William Hergès <william@herges.fr> | 2025-08-20 14:05:17 +0200 |
|---|---|---|
| committer | William Hergès <william@herges.fr> | 2025-08-20 14:05:17 +0200 |
| commit | 935b571a842f61615df8cd7f5ca7d9c03a045d77 (patch) | |
| tree | ee287fa6c019f50603b01ff1a4054351d0878e41 /src/pages/legal.astro | |
| parent | 3c7c0693747ee787f6c59f7bcade47d06f7f2a1c (diff) | |
feat(style): custom font for titles
Diffstat (limited to 'src/pages/legal.astro')
| -rw-r--r-- | src/pages/legal.astro | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/pages/legal.astro b/src/pages/legal.astro index adc83de..fc4a026 100644 --- a/src/pages/legal.astro +++ b/src/pages/legal.astro @@ -39,6 +39,16 @@ import Base from "../layout/Base.astro"; Les images utilisées dans la section « Références » appartiennent à leur(s) ayant droit respectif(s). </p> + <p>Crédits polices :</p> + <ul> + <li> + Les contributeurs de <a + href="https://github.com/theleagueof/league-gothic" + target="_blank">League Gothic</a + > + </li> + <li>Joanne Hewitt</li> + </ul> </div> <div> <h3>3. Vie privée</h3> |
