initial commit
This commit is contained in:
commit
abbd549428
97 changed files with 97614 additions and 0 deletions
20
css/modules/_init.scss
Normal file
20
css/modules/_init.scss
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
* {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
a {
|
||||
color: currentColor;
|
||||
}
|
||||
|
||||
body {
|
||||
-webkit-font-smoothing: antialiased; /* Chrome, Safari, iOS */
|
||||
-moz-osx-font-smoothing: grayscale; /* Firefox macOS */
|
||||
|
||||
text-rendering: optimizeLegibility; /* meilleure lisibilité, ligatures, kerning */
|
||||
font-feature-settings: "liga" 1; /* active les ligatures si la police les supporte */
|
||||
|
||||
font-family: var(--font);
|
||||
font-size: var(--font-size);
|
||||
line-height: var(--baseline);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue