Added Dinreg font to reveal
This commit is contained in:
+2
-2
@@ -16,7 +16,7 @@ body {
|
||||
background-color: #222; }
|
||||
|
||||
.reveal {
|
||||
font-family: "CMU Bright", "Source Sans Pro", Helvetica, sans-serif; /* ntnsndr adjusted */
|
||||
font-family: "Dinreg", "CMU Bright", "Source Sans Pro", Helvetica, sans-serif; /* ntnsndr adjusted */
|
||||
font-size: 38px;
|
||||
font-weight: normal;
|
||||
color: #fff; }
|
||||
@@ -47,7 +47,7 @@ body {
|
||||
background-color: rgba(0,0,0,0.8); /* ntnsndr addition */
|
||||
margin: 0 0 20px 0;
|
||||
color: #fff;
|
||||
font-family: "CMU Bright", "Source Sans Pro", Helvetica, sans-serif; /* ntnsndr adjusted */
|
||||
font-family: "Dinreg", "CMU Bright", "Source Sans Pro", Helvetica, sans-serif; /* ntnsndr adjusted */
|
||||
font-weight: 600;
|
||||
line-height: 1.2;
|
||||
letter-spacing: normal;
|
||||
|
||||
Regular → Executable
+1
@@ -35,6 +35,7 @@ cd ~
|
||||
# fonts
|
||||
mkdir .fonts/
|
||||
echo "Download TTF fonts and put them in ~/.fonts:"
|
||||
echo "https://copyfonts.com/download/din-regular.html"
|
||||
echo "https://fonts.google.com/specimen/Roboto (home system)"
|
||||
echo "https://github.com/be5invis/Iosevka/releases/latest (home terminal)"
|
||||
echo "https://github.com/JetBrains/JetBrainsMono/releases/latest (POP terminals)"
|
||||
|
||||
Reference in New Issue
Block a user