mirror of https://github.com/lxndrblz/anatole.git

Alexander Bilz
07.45.2021 1491fd4df69eb7d9e80da1d153776ea6ab6257a4
Fixes weird spacing issues for apostrophes

Closes #190
2 files modified
4 ■■■■ changed files
assets/css/style.css 2 ●●● patch | view | raw | blame | history
assets/css/style.rtl.css 2 ●●● patch | view | raw | blame | history
assets/css/style.css
@@ -43,7 +43,7 @@
body {
    color: var(--body-color);
    font-family: 'PingHei', 'PingFang SC', Helvetica Neue, 'Work Sans', 'Hiragino Sans GB', 'Microsoft YaHei', SimSun, sans-serif;
    font-family: 'PingHei', 'PingFang SC', 'Helvetica Neue', 'Work Sans', 'Hiragino Sans GB', sans-serif;
    font-size: 15px;
    width: 100%;
    margin: 0 auto 30px auto;
assets/css/style.rtl.css
@@ -43,7 +43,7 @@
body {
    color: var(--body-color);
    font-family: 'Verdana', sans-serif;
    font-family: 'PingHei', 'PingFang SC', 'Helvetica Neue', 'Work Sans', 'Hiragino Sans GB', sans-serif;
    font-size: 15px;
    width: 100%;
    margin: 0 auto 30px auto;