Merge pull request #417 from torres126/post-capital-titles
Lodestar, Illustratr & Galactic 2: Remove Uppercase in Post Titles
This commit is contained in:
commit
57aeaf432e
3 changed files with 2 additions and 5 deletions
|
@ -64,7 +64,6 @@
|
|||
color: #24282d;
|
||||
font-family: "Source Sans Pro", sans-serif;
|
||||
font-weight: 900;
|
||||
text-transform: uppercase;
|
||||
font-size: 1.2em;
|
||||
}
|
||||
|
||||
|
|
|
@ -71,8 +71,7 @@
|
|||
font-family: Lato, Helvetica, sans-serif;
|
||||
font-weight: 700;
|
||||
font-size: 30px;
|
||||
text-align: center;
|
||||
text-transform: uppercase;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.wp-block.editor-post-title__block {
|
||||
|
|
|
@ -42,8 +42,7 @@ Description: Used to style Gutenberg Blocks in the editor.
|
|||
font-size: 34px;
|
||||
font-weight: 800;
|
||||
letter-spacing: 0.1em;
|
||||
line-height: 1.25;
|
||||
text-transform: uppercase;
|
||||
line-height: 1.25;
|
||||
}
|
||||
|
||||
/* Headings */
|
||||
|
|
Loading…
Reference in a new issue