Font adjustment on Reveal theme
This commit is contained in:
+2
-2
@@ -17,7 +17,7 @@ body {
|
||||
}
|
||||
|
||||
.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-weight: normal;
|
||||
color: #fff; }
|
||||
@@ -53,7 +53,7 @@ body {
|
||||
margin: 0px auto 30px auto;
|
||||
background-color: rgba(0,0,0,0.8); /* ntnsndr addition */
|
||||
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;
|
||||
line-height: 1.2;
|
||||
letter-spacing: normal;
|
||||
|
||||
Reference in New Issue
Block a user