]> de.git.xonotic.org Git - xonotic/xonstat.git/blobdiff - xonstat/static/css/app.css
Update Xolonium webfonts
[xonotic/xonstat.git] / xonstat / static / css / app.css
index 1e388fbf8ce223fced441c36fa356a94bf708bf2..142be53c071e2ffc6f56a8fbffb9710474f7aed7 100644 (file)
@@ -1,25 +1,25 @@
 /* Fonts */
 @font-face {
-    font-family: 'Xolonium';
-    src: url('fonts/xolonium.eot');
-    src: url('fonts/xolonium.eot?#iefix') format('embedded-opentype'),
-         url('fonts/xolonium.ttf') format('truetype'),
-         url('fonts/xolonium.woff') format('woff'),
-         url('fonts/xolonium.svg#xoloniumregular') format('svg');
-    font-weight: normal;
-    font-style: normal;
+  font-family: 'Xolonium';
+  src: url('fonts/xolonium-regular.eot');
+  src: url('fonts/xolonium-regular.eot?#iefix') format('embedded-opentype'),
+       url('fonts/xolonium-regular.woff2') format('woff2'),
+       url('fonts/xolonium-regular.woff') format('woff'),
+       url('fonts/xolonium-regular.ttf') format('truetype');
+  font-weight: normal;
+  font-style: normal;
 }
 
 body {
   background-color: #0F0F0F;
   background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)) repeat scroll 0% 0%, url("img/bg.jpg") no-repeat fixed center center / cover black;
   color: #9B9B9B;
-  font-family: "Xolonium", "Helvetica Neue", Helvetica, Arial, sans-serif;
+  font-family: Xolonium, sans-serif;
 }
 
 h1, h2, h3, h4, h5 {
-  color: #C3C3C3;;
-  font-family: "Xolonium", Helvetica, Arial, sans-serif;
+  color: #C3C3C3;
+  font-family: Xolonium, sans-serif;
 }
 
 p {
@@ -101,7 +101,7 @@ table thead tr th, table thead tr td, table tr th, table tr td {
 
 .top-bar-section ul li > a {
   color: rgb(200, 200, 200);
-  font-family: 'Xolonium';
+  font-family: Xolonium, sans-serif;
   font-size: 1rem;
   text-shadow: 0px 1px 1px rgba(200, 200, 200, 0.4);
 }
@@ -153,7 +153,7 @@ table thead tr th, table thead tr td, table tr th, table tr td {
 .accordion .accordion-navigation > a, .accordion dd > a {
   background: none;
   color: #C3C3C3;
-  font-family: "Xolonium", "Helvetica Neue", Helvetica, Arial, sans-serif;
+  font-family: Xolonium, sans-serif;
   font-size: 0.8rem;
 }