Browse Source

Add monospace fallback for titles

master
Fen Dweller 5 years ago
parent
commit
04481f0f19
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      static/sexy.css

+ 1
- 1
static/sexy.css View File

@@ -217,7 +217,7 @@ a:hover {
top: 50%;
transform: translate(-50%, -50%) scale(1, 1);
z-index: 1;
font-family: 'Source Code Pro';
font-family: 'Source Code Pro', monospace;
transition: 0.4s ease-out;
}



Loading…
Cancel
Save