Ajout : police de caractères Cantarell

This commit is contained in:
Ahurac 2024-01-30 18:01:08 +01:00
parent be6978b5a6
commit 8ba97c2bfb
2 changed files with 8 additions and 0 deletions

BIN
public/fonts/cantarell.otf Normal file

Binary file not shown.

View file

@ -24,4 +24,12 @@ main {
flex-direction: column;
align-items: center;
}
@font-face {
font-family: 'Cantarell';
src: url('/fonts/cantarell.otf') format('otf');
font-weight: normal;
font-style: normal;
font-display: swap;
}
</style>