fonts : ajouter SancySlab Regular et Medium

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
isUnknown 2026-05-07 16:09:36 +02:00
parent 97d9159f88
commit 128e18e436
3 changed files with 14 additions and 0 deletions

View file

@ -18,3 +18,17 @@
font-weight: 900;
font-style: normal;
}
@font-face {
font-family: "SancySlab";
src: url("../fonts/SancySlabUnlicensedTrial-Regular.otf") format("opentype");
font-weight: 400;
font-style: normal;
}
@font-face {
font-family: "SancySlab";
src: url("../fonts/SancySlabUnlicensedTrial-Medium.otf") format("opentype");
font-weight: 500;
font-style: normal;
}

Binary file not shown.

Binary file not shown.