Browse Source

fix: remove remaining reference to Titillium webfont (via #4840)

Follow up to #4598
bubble
Andreas Lind 6 years ago
committed by kyle
parent
commit
f1224e5196
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/style/_layout.scss

+ 1
- 1
src/style/_layout.scss View File

@@ -648,7 +648,7 @@
text-align: center;
padding: 5px;
border-radius: 4px;
font-family: 'Titillium Web', sans-serif;
font-family: sans-serif;
font-weight: 600;
color: white;
font-size: 14px;


Loading…
Cancel
Save