Ajout : police de caractères Cantarell
This commit is contained in:
parent
be6978b5a6
commit
8ba97c2bfb
2 changed files with 8 additions and 0 deletions
BIN
public/fonts/cantarell.otf
Normal file
BIN
public/fonts/cantarell.otf
Normal file
Binary file not shown.
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue