We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d03795a commit b5b936eCopy full SHA for b5b936e
1 file changed
app/globals.css
@@ -45,6 +45,10 @@
45
border: 0 solid #e5e7eb;
46
}
47
48
+ article > * {
49
+ @apply text-justify;
50
+ }
51
+
52
html {
53
font-size: 13.333px;
54
line-height: 1.2;
@@ -54,8 +58,8 @@
58
"rlig" 1,
55
59
"calt" 1,
56
60
"ss01" 1; */
57
- /* -webkit-tap-highlight-color: transparent; */
- hanging-punctuation: first last allow-end;
61
+ -webkit-tap-highlight-color: transparent;
62
+ /* hanging-punctuation: first last allow-end; */
63
font-feature-settings: "liga", "kern";
64
font-variant-ligatures: common-ligatures discretionary-ligatures;
65
font-kerning: normal;
0 commit comments