|
@@ -239,7 +239,78 @@ aside.page-sidebar ($nav-width, $nav-background)
|
|
|
========================================================================== */
|
|
|
/* ACCESSIBILITIES */
|
|
|
/* SHORTCUT BUTTON (appears on bottom right of the page) */
|
|
|
-@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900");
|
|
|
+/*@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900");*/
|
|
|
+
|
|
|
+/* roboto-300 */
|
|
|
+@font-face {
|
|
|
+ font-family: 'Roboto';
|
|
|
+ font-style: normal;
|
|
|
+ font-weight: 300;
|
|
|
+ src: url('//lib.baomitu.com/fonts/roboto/roboto-300.eot'); /* IE9 Compat Modes */
|
|
|
+ src: local('Roboto'), local('Roboto-Normal'),
|
|
|
+ url('//lib.baomitu.com/fonts/roboto/roboto-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
|
|
|
+ url('//lib.baomitu.com/fonts/roboto/roboto-300.woff2') format('woff2'), /* Super Modern Browsers */
|
|
|
+ url('//lib.baomitu.com/fonts/roboto/roboto-300.woff') format('woff'), /* Modern Browsers */
|
|
|
+ url('//lib.baomitu.com/fonts/roboto/roboto-300.ttf') format('truetype'), /* Safari, Android, iOS */
|
|
|
+ url('//lib.baomitu.com/fonts/roboto/roboto-300.svg#Roboto') format('svg'); /* Legacy iOS */
|
|
|
+}
|
|
|
+
|
|
|
+/* roboto-regular */
|
|
|
+@font-face {
|
|
|
+ font-family: 'Roboto';
|
|
|
+ font-style: normal;
|
|
|
+ font-weight: regular;
|
|
|
+ src: url('//lib.baomitu.com/fonts/roboto/roboto-regular.eot'); /* IE9 Compat Modes */
|
|
|
+ src: local('Roboto'), local('Roboto-Normal'),
|
|
|
+ url('//lib.baomitu.com/fonts/roboto/roboto-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
|
|
|
+ url('//lib.baomitu.com/fonts/roboto/roboto-regular.woff2') format('woff2'), /* Super Modern Browsers */
|
|
|
+ url('//lib.baomitu.com/fonts/roboto/roboto-regular.woff') format('woff'), /* Modern Browsers */
|
|
|
+ url('//lib.baomitu.com/fonts/roboto/roboto-regular.ttf') format('truetype'), /* Safari, Android, iOS */
|
|
|
+ url('//lib.baomitu.com/fonts/roboto/roboto-regular.svg#Roboto') format('svg'); /* Legacy iOS */
|
|
|
+}
|
|
|
+
|
|
|
+/* roboto-500 */
|
|
|
+@font-face {
|
|
|
+ font-family: 'Roboto';
|
|
|
+ font-style: normal;
|
|
|
+ font-weight: 500;
|
|
|
+ src: url('//lib.baomitu.com/fonts/roboto/roboto-500.eot'); /* IE9 Compat Modes */
|
|
|
+ src: local('Roboto'), local('Roboto-Normal'),
|
|
|
+ url('//lib.baomitu.com/fonts/roboto/roboto-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
|
|
|
+ url('//lib.baomitu.com/fonts/roboto/roboto-500.woff2') format('woff2'), /* Super Modern Browsers */
|
|
|
+ url('//lib.baomitu.com/fonts/roboto/roboto-500.woff') format('woff'), /* Modern Browsers */
|
|
|
+ url('//lib.baomitu.com/fonts/roboto/roboto-500.ttf') format('truetype'), /* Safari, Android, iOS */
|
|
|
+ url('//lib.baomitu.com/fonts/roboto/roboto-500.svg#Roboto') format('svg'); /* Legacy iOS */
|
|
|
+}
|
|
|
+
|
|
|
+/* roboto-700 */
|
|
|
+@font-face {
|
|
|
+ font-family: 'Roboto';
|
|
|
+ font-style: normal;
|
|
|
+ font-weight: 700;
|
|
|
+ src: url('//lib.baomitu.com/fonts/roboto/roboto-700.eot'); /* IE9 Compat Modes */
|
|
|
+ src: local('Roboto'), local('Roboto-Normal'),
|
|
|
+ url('//lib.baomitu.com/fonts/roboto/roboto-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
|
|
|
+ url('//lib.baomitu.com/fonts/roboto/roboto-700.woff2') format('woff2'), /* Super Modern Browsers */
|
|
|
+ url('//lib.baomitu.com/fonts/roboto/roboto-700.woff') format('woff'), /* Modern Browsers */
|
|
|
+ url('//lib.baomitu.com/fonts/roboto/roboto-700.ttf') format('truetype'), /* Safari, Android, iOS */
|
|
|
+ url('//lib.baomitu.com/fonts/roboto/roboto-700.svg#Roboto') format('svg'); /* Legacy iOS */
|
|
|
+}
|
|
|
+
|
|
|
+/* roboto-900 */
|
|
|
+@font-face {
|
|
|
+ font-family: 'Roboto';
|
|
|
+ font-style: normal;
|
|
|
+ font-weight: 900;
|
|
|
+ src: url('//lib.baomitu.com/fonts/roboto/roboto-900.eot'); /* IE9 Compat Modes */
|
|
|
+ src: local('Roboto'), local('Roboto-Normal'),
|
|
|
+ url('//lib.baomitu.com/fonts/roboto/roboto-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
|
|
|
+ url('//lib.baomitu.com/fonts/roboto/roboto-900.woff2') format('woff2'), /* Super Modern Browsers */
|
|
|
+ url('//lib.baomitu.com/fonts/roboto/roboto-900.woff') format('woff'), /* Modern Browsers */
|
|
|
+ url('//lib.baomitu.com/fonts/roboto/roboto-900.ttf') format('truetype'), /* Safari, Android, iOS */
|
|
|
+ url('//lib.baomitu.com/fonts/roboto/roboto-900.svg#Roboto') format('svg'); /* Legacy iOS */
|
|
|
+}
|
|
|
+
|
|
|
body {
|
|
|
font-family: "Roboto", "Helvetica Neue", Helvetica, Arial;
|
|
|
font-size: 0.8125rem;
|