itizawa 5 лет назад
Родитель
Сommit
b8ecff746c

+ 1 - 1
src/client/styles/agile-admin/inverse/variables.scss

@@ -4,7 +4,7 @@
 
 
 // $basefont1:'Rubik', sans-serif;
 // $basefont1:'Rubik', sans-serif;
 // $basefont2:'Rubik', sans-serif;
 // $basefont2:'Rubik', sans-serif;
-$basefont1: Lato, -apple-system, BlinkMacSystemFont, 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif !default;
+// $basefont1: Lato, -apple-system, BlinkMacSystemFont, 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif !default;
 // $basefont2: Lato, -apple-system, BlinkMacSystemFont, 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif !default;
 // $basefont2: Lato, -apple-system, BlinkMacSystemFont, 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif !default;
 
 
 /* GROWI Color */
 /* GROWI Color */

+ 5 - 5
src/client/styles/scss/_staff_credit.scss

@@ -2,8 +2,11 @@
 .staff-credit {
 .staff-credit {
   // attached !important for updating from .modal-dialog class style
   // attached !important for updating from .modal-dialog class style
   width: 80vw !important;
   width: 80vw !important;
-  height: 80vh !important;
   max-width: initial !important;
   max-width: initial !important;
+  height: 80vh !important;
+
+  font-family: 'Press Start 2P', $font-family-for-staff-credit;
+  color: white;
   // see https://css-tricks.com/old-timey-terminal-styling/
   // see https://css-tricks.com/old-timey-terminal-styling/
   @mixin old-timey-terminal-styling() {
   @mixin old-timey-terminal-styling() {
     text-shadow: 0 0 10px #c8c8c8;
     text-shadow: 0 0 10px #c8c8c8;
@@ -11,16 +14,13 @@
     background-image: radial-gradient(rgba(50, 100, 100, 0.75), black 120%);
     background-image: radial-gradient(rgba(50, 100, 100, 0.75), black 120%);
   }
   }
 
 
-  font-family: 'Press Start 2P', $basefont1;
-  color: white;
-
   h1,
   h1,
   h2,
   h2,
   h3,
   h3,
   h4,
   h4,
   h5,
   h5,
   h6 {
   h6 {
-    font-family: 'Press Start 2P', $basefont1;
+    font-family: 'Press Start 2P', $font-family-for-staff-credit;
     color: white;
     color: white;
   }
   }
 
 

+ 1 - 0
src/client/styles/scss/_variables.scss

@@ -2,6 +2,7 @@
 $growi-green: #74bc46;
 $growi-green: #74bc46;
 $growi-blue: #175fa5;
 $growi-blue: #175fa5;
 
 
+$font-family-for-staff-credit: Lato, -apple-system, BlinkMacSystemFont, 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif !default;
 $font-family-monospace-not-strictly: Monaco, Menlo, Consolas, 'Courier New', MeiryoKe_Gothic, monospace;
 $font-family-monospace-not-strictly: Monaco, Menlo, Consolas, 'Courier New', MeiryoKe_Gothic, monospace;
 
 
 //== Layout
 //== Layout