Font adjustment on Reveal theme
This commit is contained in:
+2
-2
@@ -17,7 +17,7 @@ body {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.reveal {
|
.reveal {
|
||||||
font-family: "DIN-Regular", "Dinreg", "D-DIN", "CMU Bright", Helvetica, sans-serif; /* ntnsndr adjusted */
|
font-family: "DIN-Regular", Helvetica, sans-serif; /* ntnsndr adjusted */
|
||||||
font-size: 30px;
|
font-size: 30px;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
color: #fff; }
|
color: #fff; }
|
||||||
@@ -53,7 +53,7 @@ body {
|
|||||||
margin: 0px auto 30px auto;
|
margin: 0px auto 30px auto;
|
||||||
background-color: rgba(0,0,0,0.8); /* ntnsndr addition */
|
background-color: rgba(0,0,0,0.8); /* ntnsndr addition */
|
||||||
color: #fff;
|
color: #fff;
|
||||||
font-family: "Dinreg", "D-DIN", "CMU Bright", Helvetica, sans-serif; /* ntnsndr adjusted */
|
font-family: "DIN-Regular", Helvetica, sans-serif; /* ntnsndr adjusted */
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
line-height: 1.2;
|
line-height: 1.2;
|
||||||
letter-spacing: normal;
|
letter-spacing: normal;
|
||||||
|
|||||||
Reference in New Issue
Block a user