fix auto-hyphens
This commit is contained in:
parent
73a075de20
commit
32a60b06fc
@ -9,11 +9,14 @@ p {
|
|||||||
margin-bottom: 16px;
|
margin-bottom: 16px;
|
||||||
text-align: justify;
|
text-align: justify;
|
||||||
hyphens: auto;
|
hyphens: auto;
|
||||||
|
font-kerning: normal;
|
||||||
|
// font-variant-ligatures: common-ligatures contextual discretionary-ligatures historical-ligatures;
|
||||||
}
|
}
|
||||||
|
|
||||||
.no-justify {
|
.no-justify {
|
||||||
p {
|
p {
|
||||||
text-align: left !important;
|
text-align: left !important;
|
||||||
|
hyphens: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user