define normal font widths in all themes to make sure things look the same after #691
This commit is contained in:
parent
3a8bcb174a
commit
705d5a012c
@ -27,7 +27,7 @@ body {
|
|||||||
.reveal {
|
.reveal {
|
||||||
font-family: "Lato", sans-serif;
|
font-family: "Lato", sans-serif;
|
||||||
font-size: 36px;
|
font-size: 36px;
|
||||||
font-weight: 200;
|
font-weight: normal;
|
||||||
letter-spacing: -0.02em;
|
letter-spacing: -0.02em;
|
||||||
color: #333333; }
|
color: #333333; }
|
||||||
|
|
||||||
|
@ -26,7 +26,7 @@ body {
|
|||||||
.reveal {
|
.reveal {
|
||||||
font-family: Ubuntu, "sans-serif";
|
font-family: Ubuntu, "sans-serif";
|
||||||
font-size: 36px;
|
font-size: 36px;
|
||||||
font-weight: 200;
|
font-weight: normal;
|
||||||
letter-spacing: -0.02em;
|
letter-spacing: -0.02em;
|
||||||
color: #eeeeee; }
|
color: #eeeeee; }
|
||||||
|
|
||||||
|
@ -27,7 +27,7 @@ body {
|
|||||||
.reveal {
|
.reveal {
|
||||||
font-family: "Lato", sans-serif;
|
font-family: "Lato", sans-serif;
|
||||||
font-size: 36px;
|
font-size: 36px;
|
||||||
font-weight: 200;
|
font-weight: normal;
|
||||||
letter-spacing: -0.02em;
|
letter-spacing: -0.02em;
|
||||||
color: #eeeeee; }
|
color: #eeeeee; }
|
||||||
|
|
||||||
|
@ -27,7 +27,7 @@ body {
|
|||||||
.reveal {
|
.reveal {
|
||||||
font-family: "Lato", sans-serif;
|
font-family: "Lato", sans-serif;
|
||||||
font-size: 36px;
|
font-size: 36px;
|
||||||
font-weight: 200;
|
font-weight: normal;
|
||||||
letter-spacing: -0.02em;
|
letter-spacing: -0.02em;
|
||||||
color: #93a1a1; }
|
color: #93a1a1; }
|
||||||
|
|
||||||
|
@ -15,7 +15,7 @@ body {
|
|||||||
.reveal {
|
.reveal {
|
||||||
font-family: "Open Sans", sans-serif;
|
font-family: "Open Sans", sans-serif;
|
||||||
font-size: 30px;
|
font-size: 30px;
|
||||||
font-weight: 200;
|
font-weight: normal;
|
||||||
letter-spacing: -0.02em;
|
letter-spacing: -0.02em;
|
||||||
color: #eeeeee; }
|
color: #eeeeee; }
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@ body {
|
|||||||
.reveal {
|
.reveal {
|
||||||
font-family: "Palatino Linotype", "Book Antiqua", Palatino, FreeSerif, serif;
|
font-family: "Palatino Linotype", "Book Antiqua", Palatino, FreeSerif, serif;
|
||||||
font-size: 36px;
|
font-size: 36px;
|
||||||
font-weight: 200;
|
font-weight: normal;
|
||||||
letter-spacing: -0.02em;
|
letter-spacing: -0.02em;
|
||||||
color: black; }
|
color: black; }
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@ body {
|
|||||||
.reveal {
|
.reveal {
|
||||||
font-family: "Lato", sans-serif;
|
font-family: "Lato", sans-serif;
|
||||||
font-size: 36px;
|
font-size: 36px;
|
||||||
font-weight: 200;
|
font-weight: normal;
|
||||||
letter-spacing: -0.02em;
|
letter-spacing: -0.02em;
|
||||||
color: black; }
|
color: black; }
|
||||||
|
|
||||||
|
@ -24,7 +24,7 @@ body {
|
|||||||
.reveal {
|
.reveal {
|
||||||
font-family: "Open Sans", sans-serif;
|
font-family: "Open Sans", sans-serif;
|
||||||
font-size: 36px;
|
font-size: 36px;
|
||||||
font-weight: 200;
|
font-weight: normal;
|
||||||
letter-spacing: -0.02em;
|
letter-spacing: -0.02em;
|
||||||
color: #333333; }
|
color: #333333; }
|
||||||
|
|
||||||
|
@ -27,7 +27,7 @@ body {
|
|||||||
.reveal {
|
.reveal {
|
||||||
font-family: "Lato", sans-serif;
|
font-family: "Lato", sans-serif;
|
||||||
font-size: 36px;
|
font-size: 36px;
|
||||||
font-weight: 200;
|
font-weight: normal;
|
||||||
letter-spacing: -0.02em;
|
letter-spacing: -0.02em;
|
||||||
color: #657b83; }
|
color: #657b83; }
|
||||||
|
|
||||||
|
@ -12,7 +12,7 @@ body {
|
|||||||
.reveal {
|
.reveal {
|
||||||
font-family: $mainFont;
|
font-family: $mainFont;
|
||||||
font-size: $mainFontSize;
|
font-size: $mainFontSize;
|
||||||
font-weight: 200;
|
font-weight: normal;
|
||||||
letter-spacing: -0.02em;
|
letter-spacing: -0.02em;
|
||||||
color: $mainColor;
|
color: $mainColor;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user