mirror of
https://github.com/adulau/sillon-fictionnel.git
synced 2024-11-21 17:47:05 +00:00
chg: [scss] changement de police
This commit is contained in:
parent
f42c9461f6
commit
a2739c6ca7
2 changed files with 10 additions and 1 deletions
|
@ -1 +1 @@
|
|||
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;700&display=swap');
|
||||
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
|
||||
|
|
|
@ -1,3 +1,12 @@
|
|||
@import "bootstrap";
|
||||
@import "markdown";
|
||||
@import "fonts";
|
||||
|
||||
body {
|
||||
font-size: 16px;
|
||||
font-family: Lato,Helvetica Neue,Helvetica,sans-serif;
|
||||
font-variant-ligatures: common-ligatures;
|
||||
line-height: 1.67;
|
||||
text-justify: auto;
|
||||
text-align: auto;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue