Skip to content
Snippets Groups Projects

GUI tweaks

Merged Marko Ivancic requested to merge guitweaks into main
1 file
+ 8
8
Compare changes
  • Side-by-side
  • Inline
@@ -31,8 +31,8 @@
@@ -31,8 +31,8 @@
font-style: normal;
font-style: normal;
font-weight: 300;
font-weight: 300;
src: local(''),
src: local(''),
url('fonts/raleway-v28-latin-ext-latin-300.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
url('fonts/raleway-v28-latin-ext_latin-300.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
url('fonts/raleway-v28-latin-ext-latin-300.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
url('fonts/raleway-v28-latin-ext_latin-300.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
}
/* raleway-regular - latin-ext_latin */
/* raleway-regular - latin-ext_latin */
@font-face {
@font-face {
@@ -40,8 +40,8 @@
@@ -40,8 +40,8 @@
font-style: normal;
font-style: normal;
font-weight: 400;
font-weight: 400;
src: local(''),
src: local(''),
url('fonts/raleway-v28-latin-ext-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
url('fonts/raleway-v28-latin-ext_latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
url('fonts/raleway-v28-latin-ext-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
url('fonts/raleway-v28-latin-ext_latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
}
/* raleway-500 - latin-ext_latin */
/* raleway-500 - latin-ext_latin */
@font-face {
@font-face {
@@ -49,8 +49,8 @@
@@ -49,8 +49,8 @@
font-style: normal;
font-style: normal;
font-weight: 500;
font-weight: 500;
src: local(''),
src: local(''),
url('fonts/raleway-v28-latin-ext-latin-500.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
url('fonts/raleway-v28-latin-ext_latin-500.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
url('fonts/raleway-v28-latin-ext-latin-500.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
url('fonts/raleway-v28-latin-ext_latin-500.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
}
/* raleway-600 - latin-ext_latin */
/* raleway-600 - latin-ext_latin */
@font-face {
@font-face {
@@ -58,8 +58,8 @@
@@ -58,8 +58,8 @@
font-style: normal;
font-style: normal;
font-weight: 600;
font-weight: 600;
src: local(''),
src: local(''),
url('fonts/raleway-v28-latin-ext-latin-600.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
url('fonts/raleway-v28-latin-ext_latin-600.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
url('fonts/raleway-v28-latin-ext-latin-600.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
url('fonts/raleway-v28-latin-ext_latin-600.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
}
/* ======================= */
/* ======================= */
Loading