fonts : ajouter SancySlab Regular et Medium
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
97d9159f88
commit
128e18e436
3 changed files with 14 additions and 0 deletions
|
|
@ -18,3 +18,17 @@
|
||||||
font-weight: 900;
|
font-weight: 900;
|
||||||
font-style: normal;
|
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;
|
||||||
|
}
|
||||||
|
|
|
||||||
BIN
assets/fonts/SancySlabUnlicensedTrial-Medium.otf
Normal file
BIN
assets/fonts/SancySlabUnlicensedTrial-Medium.otf
Normal file
Binary file not shown.
BIN
assets/fonts/SancySlabUnlicensedTrial-Regular.otf
Normal file
BIN
assets/fonts/SancySlabUnlicensedTrial-Regular.otf
Normal file
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue