mirror of
https://github.com/jzillmann/pdf-to-markdown.git
synced 2024-11-25 01:03:59 +01:00
nice fonts
This commit is contained in:
parent
b31ad64fb7
commit
f0491af073
@ -11,3 +11,11 @@ a {
|
|||||||
.btn-round {
|
.btn-round {
|
||||||
border-radius: 24px;
|
border-radius: 24px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
body {
|
||||||
|
color: #212121;
|
||||||
|
font-family: "Helvetica Neue", "Calibri Light", Roboto, sans-serif;
|
||||||
|
-webkit-font-smoothing: antialiased;
|
||||||
|
-moz-osx-font-smoothing: grayscale;
|
||||||
|
letter-spacing: 0.02em;
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user