Browse Source

Add Genaviv style

spaghetti 8 years ago
parent
commit
96d2484ff0

BIN
static/styles/beluga/fonts/sourcesanspro-ln.woff2 View File


BIN
static/styles/beluga/fonts/sourcesanspro-lne.woff2 View File


BIN
static/styles/beluga/fonts/sourcesanspro-vm.woff2 View File


+ 3
- 3
static/styles/beluga/style.css View File

3
   font-family: 'Source Sans Pro';
3
   font-family: 'Source Sans Pro';
4
   font-style: normal;
4
   font-style: normal;
5
   font-weight: 400;
5
   font-weight: 400;
6
-  src: local('Source Sans Pro'), local('SourceSansPro-Regular'), url(fonts/sourcesanspro-lne.woff2) format('woff2');
6
+  src: local('Source Sans Pro'), local('SourceSansPro-Regular'), url(../fonts/sourcesanspro-lne.woff2) format('woff2');
7
   unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
7
   unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
8
 }
8
 }
9
 /* latin */
9
 /* latin */
11
   font-family: 'Source Sans Pro';
11
   font-family: 'Source Sans Pro';
12
   font-style: normal;
12
   font-style: normal;
13
   font-weight: 400;
13
   font-weight: 400;
14
-  src: local('Source Sans Pro'), local('SourceSansPro-Regular'), url(fonts/sourcesanspro-ln.woff2) format('woff2');
14
+  src: local('Source Sans Pro'), local('SourceSansPro-Regular'), url(../fonts/sourcesanspro-ln.woff2) format('woff2');
15
   unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
15
   unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
16
 }
16
 }
17
 
17
 
548
 }
548
 }
549
 
549
 
550
 #settings_sections > ul.nobullet {
550
 #settings_sections > ul.nobullet {
551
-  padding: 0px 10px 10px;
551
+  /*padding: 0px 10px 10px;*/
552
 }
552
 }
553
 
553
 
554
 .newmem {
554
 .newmem {

Loading…
Cancel
Save