Browse Source

Use Raleway font for headings

Jakob Borg 11 years ago
parent
commit
5a7780ab5f
5 changed files with 17 additions and 0 deletions
  1. 0 0
      auto/gui.files.go
  2. 5 0
      gui/index.html
  3. BIN
      gui/raleway-400.ttf
  4. BIN
      gui/raleway-700.ttf
  5. 12 0
      gui/raleway.css

File diff suppressed because it is too large
+ 0 - 0
auto/gui.files.go


+ 5 - 0
gui/index.html

@@ -15,12 +15,17 @@
 
   <title>Syncthing | {{thisNodeName()}}</title>
   <link href="bootstrap/css/bootstrap.min.css" rel="stylesheet">
+  <link href="raleway.css" rel="stylesheet">
   <style type="text/css">
     body {
       padding-bottom: 70px;
       font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
     }
 
+    h1, h2, h3, h4, h5 {
+      font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
+    }
+
     ul+h5 {
       margin-top: 1.5em;
     }

BIN
gui/raleway-400.ttf


BIN
gui/raleway-700.ttf


+ 12 - 0
gui/raleway.css

@@ -0,0 +1,12 @@
+@font-face {
+  font-family: 'Raleway';
+  font-style: normal;
+  font-weight: 400;
+  src: local('Raleway'), url(raleway-400.ttf) format('truetype');
+}
+@font-face {
+  font-family: 'Raleway';
+  font-style: normal;
+  font-weight: 700;
+  src: local('Raleway Bold'), local('Raleway-Bold'), url(raleway-700.ttf) format('truetype');
+}

Some files were not shown because too many files changed in this diff