use better source for aileron font

the previous one had incorrect font weight variants
This commit is contained in:
Lyn Fugmann 2024-09-20 13:22:58 +02:00
parent 383ba50d67
commit 4a0551c731
7 changed files with 10 additions and 14 deletions

View file

@ -6,6 +6,7 @@ This is the WIP rewrite of the ESE website.
To build the website, install the dependencies and run the build script:
```sh
git submodule update --init
npm install
npm run build
```