1
2024-01-05 10:14:36 -05:00

38 lines
488 B
SCSS

p,
li,
span {
font-family: sans-serif;
}
p {
margin-top: 0;
margin-bottom: 16px;
text-align: justify;
hyphens: auto;
font-kerning: normal;
// font-variant-ligatures: common-ligatures contextual discretionary-ligatures historical-ligatures;
}
.no-justify {
p {
text-align: left !important;
hyphens: none;
}
}
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}