FIX(web): Safari can't handle all-small-caps.
This commit is contained in:
parent
5800e8b095
commit
a4c1243d53
1 changed files with 4 additions and 7 deletions
|
|
@ -305,9 +305,6 @@
|
|||
|
||||
.display.math{display: block; text-align: center; margin: 0.5rem auto;}
|
||||
|
||||
.author {
|
||||
}
|
||||
|
||||
.initial {
|
||||
float: left;
|
||||
margin-top: 0.5em;
|
||||
|
|
@ -322,15 +319,15 @@
|
|||
|
||||
.maintext::first-line {
|
||||
font-size: 2rem;
|
||||
font-variant-caps: all-small-caps;
|
||||
font-variant: small-caps;
|
||||
text-transform: lowercase;
|
||||
text-justify: inter-character;
|
||||
}
|
||||
|
||||
.maintext p:first-of-type {
|
||||
font-size: 1.5rem;
|
||||
font-weight: bolder;
|
||||
font-size: 1.3rem;
|
||||
text-align: justify;
|
||||
text-justify: inter-character;
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue