Skip to content

Commit eec273e

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent a39c2f2 commit eec273e

File tree

10 files changed

+43
-27
lines changed

10 files changed

+43
-27
lines changed

src/baseframe/static/css/baseframe-bs3.css

+5-3
Original file line numberDiff line numberDiff line change
@@ -406,8 +406,9 @@ table.mceLayout.focus {
406406
-moz-box-shadow: none !important;
407407
-webkit-box-shadow: none !important;
408408
box-shadow: none !important;
409-
font-family: 'Source Sans Pro', 'HelveticaNeue', 'Helvetica Neue', Helvetica,
410-
Arial, 'Lucida Grande', sans-serif !important;
409+
font-family:
410+
'Source Sans Pro', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial,
411+
'Lucida Grande', sans-serif !important;
411412
}
412413

413414
.mce-window {
@@ -517,7 +518,8 @@ input[name='title'],
517518

518519
input[type='url'],
519520
input[name='name'] {
520-
font-family: Consolas, Inconsolata, Menlo, 'DejaVu Sans Mono',
521+
font-family:
522+
Consolas, Inconsolata, Menlo, 'DejaVu Sans Mono',
521523
'Bitstream Vera Sans Mono', monospace;
522524
}
523525

src/baseframe/static/css/baseframe.css

+5-3
Original file line numberDiff line numberDiff line change
@@ -655,8 +655,9 @@ table.mceLayout.focus {
655655
-moz-box-shadow: none !important;
656656
-webkit-box-shadow: none !important;
657657
box-shadow: none !important;
658-
font-family: 'Source Sans Pro', 'HelveticaNeue', 'Helvetica Neue', Helvetica,
659-
Arial, 'Lucida Grande', sans-serif !important;
658+
font-family:
659+
'Source Sans Pro', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial,
660+
'Lucida Grande', sans-serif !important;
660661
}
661662

662663
.mce-window {
@@ -766,7 +767,8 @@ input[name='title'],
766767

767768
input[type='url'],
768769
input[name='name'] {
769-
font-family: Consolas, Inconsolata, Menlo, 'DejaVu Sans Mono',
770+
font-family:
771+
Consolas, Inconsolata, Menlo, 'DejaVu Sans Mono',
770772
'Bitstream Vera Sans Mono', monospace;
771773
}
772774

src/baseframe/static/css/bootstrap3/bootstrap.css

+11-7
Original file line numberDiff line numberDiff line change
@@ -269,8 +269,9 @@ html {
269269
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
270270
}
271271
body {
272-
font-family: 'Source Sans Pro', 'Lucida Grande', 'DejaVu Sans',
273-
'Bitstream Vera Sans', Arial, sans-serif;
272+
font-family:
273+
'Source Sans Pro', 'Lucida Grande', 'DejaVu Sans', 'Bitstream Vera Sans',
274+
Arial, sans-serif;
274275
font-size: 16px;
275276
line-height: 1.5;
276277
color: #333333;
@@ -707,7 +708,8 @@ code,
707708
kbd,
708709
pre,
709710
samp {
710-
font-family: Consolas, Inconsolata, Menlo, 'DejaVu Sans Mono',
711+
font-family:
712+
Consolas, Inconsolata, Menlo, 'DejaVu Sans Mono',
711713
'Bitstream Vera Sans Mono', monospace;
712714
}
713715
code {
@@ -5341,8 +5343,9 @@ button.close {
53415343
z-index: 1070;
53425344
display: block;
53435345
visibility: visible;
5344-
font-family: 'Source Sans Pro', 'Lucida Grande', 'DejaVu Sans',
5345-
'Bitstream Vera Sans', Arial, sans-serif;
5346+
font-family:
5347+
'Source Sans Pro', 'Lucida Grande', 'DejaVu Sans', 'Bitstream Vera Sans',
5348+
Arial, sans-serif;
53465349
font-size: 14px;
53475350
font-weight: normal;
53485351
line-height: 1.4;
@@ -5449,8 +5452,9 @@ button.close {
54495452
display: none;
54505453
max-width: 276px;
54515454
padding: 1px;
5452-
font-family: 'Source Sans Pro', 'Lucida Grande', 'DejaVu Sans',
5453-
'Bitstream Vera Sans', Arial, sans-serif;
5455+
font-family:
5456+
'Source Sans Pro', 'Lucida Grande', 'DejaVu Sans', 'Bitstream Vera Sans',
5457+
Arial, sans-serif;
54545458
font-size: 16px;
54555459
font-weight: normal;
54565460
line-height: 1.5;

src/baseframe/static/css/codemirror.css

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
.CodeMirror {
33
height: auto;
44
min-height: 6em;
5-
font-family: Consolas, Inconsolata, Menlo, 'DejaVu Sans Mono',
5+
font-family:
6+
Consolas, Inconsolata, Menlo, 'DejaVu Sans Mono',
67
'Bitstream Vera Sans Mono', monospace;
78
border: 1px solid #ccc;
89
border-radius: 4px;

src/baseframe/static/css/editor.css

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
@import url('//fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,400italic,600italic');
22
body {
3-
font-family: 'Source Sans Pro', 'HelveticaNeue', 'Helvetica Neue', Helvetica,
4-
Arial, 'Lucida Grande', sans-serif;
3+
font-family:
4+
'Source Sans Pro', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial,
5+
'Lucida Grande', sans-serif;
56
font-size: 14px;
67
line-height: 20px;
78
color: #333;

src/baseframe/static/css/mui.css

+3-2
Original file line numberDiff line numberDiff line change
@@ -1690,8 +1690,9 @@ html {
16901690
}
16911691

16921692
body {
1693-
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen,
1694-
Ubuntu, Cantarell, 'Helvetica Neue', Arial, sans-serif, 'Noto Sans Math',
1693+
font-family:
1694+
-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu,
1695+
Cantarell, 'Helvetica Neue', Arial, sans-serif, 'Noto Sans Math',
16951696
'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
16961697
font-size: 14px;
16971698
font-weight: 400;

src/baseframe/static/css/rrssb.css

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
.rrssb-buttons {
22
box-sizing: border-box;
3-
font-family: 'Source Sans Pro', 'HelveticaNeue', 'Helvetica Neue', Helvetica,
4-
Arial, 'Lucida Grande', sans-serif;
3+
font-family:
4+
'Source Sans Pro', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial,
5+
'Lucida Grande', sans-serif;
56
height: 36px;
67
margin: 0;
78
margin-bottom: 12px;

src/baseframe/static/less/bootstrap/mixins.less

+4-2
Original file line numberDiff line numberDiff line change
@@ -106,11 +106,13 @@
106106
font-family: Georgia, 'Times New Roman', Times, serif;
107107
}
108108
.sans-serif() {
109-
font-family: 'Source Sans Pro', 'Lucida Grande', 'DejaVu Sans',
109+
font-family:
110+
'Source Sans Pro', 'Lucida Grande', 'DejaVu Sans',
110111
'Bitstream Vera Sans', Arial, sans-serif;
111112
}
112113
.monospace() {
113-
font-family: Consolas, Inconsolata, Menlo, 'DejaVu Sans Mono',
114+
font-family:
115+
Consolas, Inconsolata, Menlo, 'DejaVu Sans Mono',
114116
'Bitstream Vera Sans Mono', monospace;
115117
}
116118
}

src/baseframe/static/sass/mui/_custom.scss

+4-3
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,10 @@ $mui-body-bg-color: $mui-bg-color-accent !default;
3636
$mui-btn-danger-bg-color: $mui-text-danger;
3737

3838
$mui-base-font-color: $mui-text-dark !default;
39-
$mui-base-font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
40-
Oxygen, Ubuntu, Cantarell, 'Helvetica Neue', Arial, sans-serif,
41-
'Noto Sans Math', 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
39+
$mui-base-font-family:
40+
-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu,
41+
Cantarell, 'Helvetica Neue', Arial, sans-serif, 'Noto Sans Math',
42+
'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
4243
$mui-base-font-size: 14px !default;
4344
$mui-base-font-size-desktop: 16px !default;
4445
$mui-base-font-weight: 400 !default;

src/baseframe/static/sass/rrssb.scss

+3-2
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,9 @@ $rrssb-vk: #4d71a9 !default;
4040
$rrssb-border-radius: 2px !default;
4141

4242
// $rrssb-main-font: "Helvetica Neue", Helvetica, Arial, sans-serif !default;
43-
$rrssb-main-font: 'Source Sans Pro', 'HelveticaNeue', 'Helvetica Neue',
44-
Helvetica, Arial, 'Lucida Grande', sans-serif !default;
43+
$rrssb-main-font:
44+
'Source Sans Pro', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial,
45+
'Lucida Grande', sans-serif !default;
4546

4647
// Variable list for all social button colors to be iterated over.
4748
$social-list: (

0 commit comments

Comments
 (0)