Last active
August 8, 2020 20:19
-
-
Save earth3300/2c80835353ed02bdbd729583079a7185 to your computer and use it in GitHub Desktop.
Paragraph styling to normalize text across websites. Font is Open Sans. Note the metric units in font-size and text-indent.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
p { | |
max-width: 14.5cm !important; | |
font-size: 3mm !important; | |
text-indent: 4mm !important; | |
line-height: 1.5 !important; | |
text-align: justify !important; | |
margin: 0 !important; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Note: Dimensions are in metric (cm and mm) and !important is added to the end of each line to override any defaults.