layouts : modification de la police de caractères
This commit is contained in:
parent
cc2450e4f2
commit
f021e1ba78
2 changed files with 3 additions and 2 deletions
|
@ -21,7 +21,7 @@ const { title } = Astro.props;
|
|||
<style>
|
||||
@font-face {
|
||||
font-family: 'Cantarell';
|
||||
src: url('/fonts/cantarell.otf') format('otf');
|
||||
src: url('/fonts/cantarell.otf') format('opentype');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
|
@ -42,6 +42,7 @@ body {
|
|||
align-items: center;
|
||||
margin: 0;
|
||||
flex-direction: column;
|
||||
font-size: 110%;
|
||||
}
|
||||
|
||||
main {
|
||||
|
|
|
@ -61,7 +61,7 @@ figcaption {
|
|||
}
|
||||
|
||||
p {
|
||||
line-height: 1.5;
|
||||
line-height: 1.8;
|
||||
}
|
||||
|
||||
a {
|
||||
|
|
Loading…
Reference in a new issue