BraydenMoore commited on
Commit
50cfa20
·
verified ·
1 Parent(s): 1d77803

Update templates/index.html

Browse files
Files changed (1) hide show
  1. templates/index.html +4 -3
templates/index.html CHANGED
@@ -56,7 +56,7 @@
56
  margin-top: 0px !important;
57
  border-bottom: 1px solid yellow;
58
  color:var(--text-color);
59
- font-family: monospace; font-weight: 50;
60
  }
61
  .pulse {
62
  width: 40px;
@@ -130,6 +130,7 @@
130
  width: 300px;
131
  transition 0.3s ease;
132
  }
 
133
  #info {
134
  transition 0.5s ease;
135
  }
@@ -152,7 +153,7 @@
152
  }
153
  .hoverButton {
154
  font-size: 10pt;
155
- font-family: monospace;
156
  color: var(--text-color);
157
  transition: 0.5s ease;
158
  }
@@ -160,7 +161,7 @@
160
  color: black;
161
  }
162
  .tag {
163
- font-family: monospace;
164
  font-weight: 50;
165
  margin: auto;
166
  color:var(--text-color);
 
56
  margin-top: 0px !important;
57
  border-bottom: 1px solid yellow;
58
  color:var(--text-color);
59
+ font-family: 'Andale Mono';
60
  }
61
  .pulse {
62
  width: 40px;
 
130
  width: 300px;
131
  transition 0.3s ease;
132
  }
133
+ @font-face {font-family: "Andale Mono";src: url("static/andalemono.ttf") format("truetype");}
134
  #info {
135
  transition 0.5s ease;
136
  }
 
153
  }
154
  .hoverButton {
155
  font-size: 10pt;
156
+ font-family: 'Andale Mono';
157
  color: var(--text-color);
158
  transition: 0.5s ease;
159
  }
 
161
  color: black;
162
  }
163
  .tag {
164
+ font-family: 'Andale Mono';
165
  font-weight: 50;
166
  margin: auto;
167
  color:var(--text-color);