Skip to content

Commit c11abb3

Browse files
committed
Merge pull request #34 from ParsePlatform/fonts
Remove fonts that we can't give away
2 parents 605ad5b + c098222 commit c11abb3

File tree

115 files changed

+87
-10061
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

115 files changed

+87
-10061
lines changed

PIG/fonts/Alright-bold.woff

-38.5 KB
Binary file not shown.

PIG/fonts/Alright-light.woff

-37.4 KB
Binary file not shown.

PIG/fonts/Alright-regular.woff

-38.4 KB
Binary file not shown.

PIG/fonts/DIN17SBOP.woff

-29.6 KB
Binary file not shown.

PIG/fonts/InputMono-Narrow.eot

-119 KB
Binary file not shown.

PIG/fonts/InputMono-Narrow.svg

Lines changed: 0 additions & 912 deletions
This file was deleted.

PIG/fonts/InputMono-Narrow.ttf

-118 KB
Binary file not shown.

PIG/fonts/InputMono-Narrow.woff

-51 KB
Binary file not shown.

PIG/fonts/InputMono-Regular.eot

-188 KB
Binary file not shown.

PIG/fonts/InputMono-Regular.svg

Lines changed: 0 additions & 2181 deletions
This file was deleted.

PIG/fonts/InputMono-Regular.ttf

-188 KB
Binary file not shown.

PIG/fonts/InputMono-Regular.woff

-82 KB
Binary file not shown.

PIG/fonts/Parse-Regular.eot

-43.4 KB
Binary file not shown.

PIG/fonts/Parse-Regular.svg

Lines changed: 0 additions & 523 deletions
This file was deleted.

PIG/fonts/Parse-Regular.ttf

-43.1 KB
Binary file not shown.

PIG/fonts/Parse-Regular.woff

-31.3 KB
Binary file not shown.

PIG/fonts/Roboto-Medium-webfont.eot

-25.6 KB
Binary file not shown.

PIG/fonts/Roboto-Medium-webfont.svg

Lines changed: 0 additions & 147 deletions
This file was deleted.

PIG/fonts/Roboto-Medium-webfont.ttf

-25.5 KB
Binary file not shown.

PIG/fonts/Roboto-Medium-webfont.woff

-14.8 KB
Binary file not shown.

PIG/fonts/Roboto-Regular-webfont.eot

-25.6 KB
Binary file not shown.

PIG/fonts/Roboto-Regular-webfont.svg

Lines changed: 0 additions & 147 deletions
This file was deleted.

PIG/fonts/Roboto-Regular-webfont.ttf

-25.4 KB
Binary file not shown.

PIG/fonts/Roboto-Regular-webfont.woff

-14.9 KB
Binary file not shown.

PIG/fonts/Roboto-Thin-webfont.eot

-26.1 KB
Binary file not shown.

PIG/fonts/Roboto-Thin-webfont.svg

Lines changed: 0 additions & 147 deletions
This file was deleted.

PIG/fonts/Roboto-Thin-webfont.ttf

-25.9 KB
Binary file not shown.

PIG/fonts/Roboto-Thin-webfont.woff

-15.2 KB
Binary file not shown.
Binary file not shown.

PIG/fonts/edmondsans/edmondsans-regular-webfont.svg

Lines changed: 0 additions & 241 deletions
This file was deleted.
Binary file not shown.
Binary file not shown.

PIG/fonts/leaguespartan-bold.eot

-13.8 KB
Binary file not shown.

PIG/fonts/leaguespartan-bold.svg

Lines changed: 0 additions & 661 deletions
This file was deleted.

PIG/fonts/leaguespartan-bold.ttf

-34.8 KB
Binary file not shown.

PIG/fonts/leaguespartan-bold.woff

-17.2 KB
Binary file not shown.

PIG/fonts/leaguespartan-bold.woff2

-12.3 KB
Binary file not shown.

PIG/index.html

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,7 @@
11
<!DOCTYPE html>
22
<html>
3-
<body>
4-
<script>
5-
function loadFonts(){
6-
var f=[new FontFace('AlrightSans','url(/fonts/Alright-regular.woff)',{weight:'400'}),new FontFace('AlrightSans','url(/fonts/Alright-bold.woff)',{weight:'700'}),new FontFace('AlrightSans','url(/fonts/Alright-light.woff)',{weight:'100'}),new FontFace('DIN17SBOP','url(/fonts/DIN17SBOP.woff)'),new FontFace('InputMonoNarrow','url(/fonts/InputMono-Narrow.woff)')];
7-
for(var c=0,i=f.length;i--;){c++;f[i].load().then(function(){if(--c === 0){document.body.className += ' fonts_loaded';}})}}
8-
if(typeof(FontFace)==='undefined')document.body.className+=' fonts_loaded';
9-
else loadFonts();
10-
</script>
11-
<div id="browser_mount"></div>
12-
<script src="/bundles/PIG.bundle.js"></script>
13-
</body>
3+
<body>
4+
<div id="browser_mount"></div>
5+
<script src="/bundles/PIG.bundle.js"></script>
6+
</body>
147
</html>

Parse-Dashboard/index.html

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,7 @@
11
<!DOCTYPE html>
22
<html>
3-
<body>
4-
<script>
5-
function loadFonts(){
6-
var f=[new FontFace('AlrightSans','url(/fonts/Alright-regular.woff)',{weight:'400'}),new FontFace('AlrightSans','url(/fonts/Alright-bold.woff)',{weight:'700'}),new FontFace('AlrightSans','url(/fonts/Alright-light.woff)',{weight:'100'}),new FontFace('DIN17SBOP','url(/fonts/DIN17SBOP.woff)'),new FontFace('InputMonoNarrow','url(/fonts/InputMono-Narrow.woff)')];
7-
for(var c=0,i=f.length;i--;){c++;f[i].load().then(function(){if(--c === 0){document.body.className += ' fonts_loaded';}})}}
8-
if(typeof(FontFace)==='undefined')document.body.className+=' fonts_loaded';
9-
else loadFonts();
10-
</script>
11-
<div id="browser_mount"></div>
12-
<script src="/bundles/dashboard.bundle.js"></script>
13-
</body>
3+
<body>
4+
<div id="browser_mount"></div>
5+
<script src="/bundles/dashboard.bundle.js"></script>
6+
</body>
147
</html>
-38.5 KB
Binary file not shown.
-37.4 KB
Binary file not shown.
-38.4 KB
Binary file not shown.
-29.6 KB
Binary file not shown.
Binary file not shown.

Parse-Dashboard/public/fonts/InputMono-Narrow.svg

Lines changed: 0 additions & 912 deletions
This file was deleted.
Binary file not shown.
Binary file not shown.
Binary file not shown.

Parse-Dashboard/public/fonts/InputMono-Regular.svg

Lines changed: 0 additions & 2181 deletions
This file was deleted.
Binary file not shown.
Binary file not shown.
-43.4 KB
Binary file not shown.

Parse-Dashboard/public/fonts/Parse-Regular.svg

Lines changed: 0 additions & 523 deletions
This file was deleted.
-43.1 KB
Binary file not shown.
-31.3 KB
Binary file not shown.
Binary file not shown.

Parse-Dashboard/public/fonts/Roboto-Medium-webfont.svg

Lines changed: 0 additions & 147 deletions
This file was deleted.
Binary file not shown.
Binary file not shown.
Binary file not shown.

Parse-Dashboard/public/fonts/Roboto-Regular-webfont.svg

Lines changed: 0 additions & 147 deletions
This file was deleted.
Binary file not shown.
Binary file not shown.
Binary file not shown.

Parse-Dashboard/public/fonts/Roboto-Thin-webfont.svg

Lines changed: 0 additions & 147 deletions
This file was deleted.
Binary file not shown.
Binary file not shown.
Binary file not shown.

Parse-Dashboard/public/fonts/edmondsans/edmondsans-regular-webfont.svg

Lines changed: 0 additions & 241 deletions
This file was deleted.
Binary file not shown.
Binary file not shown.
Binary file not shown.

Parse-Dashboard/public/fonts/leaguespartan-bold.svg

Lines changed: 0 additions & 661 deletions
This file was deleted.
Binary file not shown.
Binary file not shown.
Binary file not shown.

components/AppBadge/AppBadge.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
@import 'stylesheets/globals.scss';
99

1010
.badge {
11-
@include DIN17Font;
11+
@include DosisFont;
1212
display: inline-block;
1313
height: 26px;
1414
line-height: 26px;

components/BrowserFilter/BrowserFilter.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
}
4949

5050
.entry, .title {
51-
@include DIN17Font;
51+
@include DosisFont;
5252
position: relative;
5353
bottom: -4px;
5454
font-size: 14px;
@@ -131,4 +131,4 @@
131131
.date {
132132
display: inline-block;
133133
vertical-align: top;
134-
}
134+
}

components/BrowserMenu/BrowserMenu.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
}
3838

3939
.entry, .title {
40-
@include DIN17Font;
40+
@include DosisFont;
4141
font-size: 14px;
4242
color: #ffffff;
4343
cursor: pointer;

components/Button/Button.scss

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
@import 'stylesheets/globals.scss';
99

1010
.button {
11-
@include DIN17Font;
11+
@include DosisFont;
1212
display: inline-block;
1313
height: 30px;
1414
border: 1px solid $blue;
@@ -33,7 +33,7 @@
3333
.primary {
3434
background-color: $blue;
3535
color: $white;
36-
36+
3737
&:hover, &:focus {
3838
background-color: $darkBlue;
3939
}
@@ -79,12 +79,12 @@
7979
color: $white;
8080
border-color: $white;
8181
line-height: 28px;
82-
82+
8383
&:hover, &:focus{
8484
background-color: $white;
8585
color: $blue;
8686
}
87-
87+
8888
&.primary {
8989
background-color: $white;
9090
color: $blue;
@@ -119,7 +119,7 @@
119119
&:hover{
120120
background-color: #e0e0ea;
121121
border-color: #e0e0ea;
122-
color: white;
122+
color: white;
123123
}
124124
}
125125

components/Calendar/Calendar.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595

9696
.days {
9797
span, a {
98-
@include DIN17Font;
98+
@include DosisFont;
9999
display: inline-block;
100100
vertical-align: bottom;
101101
width: 26px;

components/CategoryList/CategoryList.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
&.active {
2424
color: white;
2525
}
26-
26+
2727
&:hover{
2828
color: white;
2929
}
@@ -32,7 +32,7 @@
3232
display: block;
3333

3434
&:first-of-type {
35-
@include DIN17Font;
35+
@include DosisFont;
3636
float: right;
3737
width: 50px;
3838
text-align: right;

components/Checkbox/Checkbox.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
}
4040

4141
.label {
42-
@include DIN17Font;
42+
@include DosisFont;
4343
color: $mainTextColor;
4444
font-size: 14px;
4545
vertical-align: middle;

components/CodeSnippet/CodeSnippet.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
code[class*="language-"],
1515
pre[class*="language-"] {
1616
color: #555572;
17-
font-family: 'InputMonoNarrow', Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
17+
font-family: 'Source Code Pro', Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
1818
font-size: 13px;
1919
direction: ltr;
2020
text-align: left;
@@ -198,7 +198,7 @@ pre.line-numbers > code {
198198
color: #343445;
199199
display: block;
200200
font-size: 10px;
201-
font-family: 'DIN17SBOP';
201+
font-family: 'Dosis';
202202
padding-right: 0;
203203
text-align: center;
204204
}

components/CreditCardInput/CreditCardInput.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
@import 'stylesheets/globals.scss';
99

1010
.input {
11-
@include AlrightSansFont;
11+
@include NotoSansFont;
1212
border: 0;
1313
outline: 0;
1414
background: $inputBackgroundColor;

components/DataBrowserHeaderBar/DataBrowserHeaderBar.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
}
3434

3535
.addColumnButton {
36-
@include DIN17Font;
36+
@include DosisFont;
3737
display: inline-block;
3838
background: #343445;
3939
height: 20px;

components/DonutChart/DonutChart.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
.donutValue {
6363
opacity: 0;
6464
transition: opacity 0.2s ease;
65-
@include DIN17Font;
65+
@include DosisFont;
6666
font-size: 22px;
6767
font-weight: 500;
6868
&:first-of-type {

components/EmptyState/EmptyState.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
}
1717

1818
.description {
19-
@include DIN17Font;
19+
@include DosisFont;
2020
font-size: 16px;
2121
letter-spacing: 0.72px;
2222
line-height: 17px;

components/Fieldset/Fieldset.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
}
2222

2323
.description {
24-
@include DIN17Font;
24+
@include DosisFont;
2525
text-align: center;
2626
font-size: 14px;
2727
line-height: 16px;

components/FileEditor/FileEditor.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
}
1616

1717
.delete, .upload {
18-
@include DIN17Font;
18+
@include DosisFont;
1919
display: block;
2020
cursor: pointer;
2121
color: white;
@@ -45,4 +45,4 @@
4545
bottom: 0;
4646
cursor: pointer;
4747
}
48-
}
48+
}

components/FormTable/FormTable.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
}
7979

8080
.label {
81-
@include DIN17Font;
81+
@include DosisFont;
8282
display: inline-block;
8383
text-transform: uppercase;
8484
color: $secondaryTextColor;
@@ -100,5 +100,5 @@
100100
}
101101

102102
.din {
103-
@include DIN17Font;
103+
@include DosisFont;
104104
}

components/FourOhFour/FourOhFour.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
}
2424

2525
.error {
26-
@include DIN17Font;
26+
@include DosisFont;
2727
font-size: 240px;
2828
}
2929

@@ -44,4 +44,4 @@
4444

4545
.back {
4646
margin-top: 40px;
47-
}
47+
}

components/InlineSubmitInput/InlineSubmitInput.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
}
1818

1919
.button {
20-
@include DIN17Font;
20+
@include DosisFont;
2121
position: absolute;
2222
top: 30px;
2323
right: 15px;

components/Modal/Modal.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
}
4040

4141
.subtitle {
42-
@include DIN17Font;
42+
@include DosisFont;
4343
position: absolute;
4444
font-size: 14px;
4545
color: white;

components/MoneyInput/MoneyInput.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
@import 'stylesheets/globals.scss';
99

1010
.moneyInput {
11-
@include DIN17Font;;
11+
@include DosisFont;
1212
border: 0;
1313
outline: 0;
1414
background: $inputBackgroundColor;

components/PushOpenRate/PushOpenRate.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
margin: 10px auto;
2626

2727
.rate {
28-
@include DIN17Font;
28+
@include DosisFont;
2929
font-size: 40px;
3030
font-weight: 100;
3131
padding: 38px 0 0 0;
@@ -35,10 +35,10 @@
3535

3636
.count_wrap {
3737
color: $mainTextColor;
38-
38+
3939
.count {
4040
font-size: 30px;
41-
@include DIN17Font;
41+
@include DosisFont;
4242
}
4343
}
4444
}

components/PushPreview/PushPreview.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
}
3838

3939
.title {
40-
@include DIN17Font;
40+
@include DosisFont;
4141
font-size: 11px;
4242
text-transform: uppercase;
4343
letter-spacing: 2px;

components/Range/Range.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
}
5151

5252
.tracker {
53-
@include DIN17Font;
53+
@include DosisFont;
5454
@include transform(translateX(-50%));
5555
position: absolute;
5656
background: $orange;

components/SegmentSelect/SegmentSelect.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
height: 24px;
1313

1414
a {
15-
@include DIN17Font;
15+
@include DosisFont;
1616
display: inline-block;
1717
height: 24px;
1818
line-height: 24px;

components/Sidebar/Sidebar.scss

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
}
6565

6666
.footer {
67-
@include DIN17Font;
67+
@include DosisFont;
6868
position: absolute;
6969
background: #05283c;
7070
height: 36px;
@@ -180,7 +180,7 @@
180180
}
181181

182182
.menuSection {
183-
@include DIN17Font;
183+
@include DosisFont;
184184
height: 24px;
185185
line-height: 24px;
186186
background: #0c5582;
@@ -193,7 +193,7 @@
193193
}
194194

195195
.createApp {
196-
@include DIN17Font;
196+
@include DosisFont;
197197
display: block;
198198
background: $blue;
199199
color: white;
@@ -276,7 +276,7 @@ a.subitem {
276276
}
277277

278278
.action {
279-
@include DIN17Font;
279+
@include DosisFont;
280280
position: absolute;
281281
font-size: 12px;
282282
font-weight: 400;
@@ -298,7 +298,7 @@ a.subitem {
298298
}
299299

300300
.version {
301-
@include DIN17Font;
301+
@include DosisFont;
302302
position: relative;
303303
width: 75px;
304304
height: 100%;
@@ -351,7 +351,7 @@ a.subitem {
351351
}
352352

353353
a {
354-
@include DIN17Font;
354+
@include DosisFont;
355355
display: block;
356356
height: 30px;
357357
line-height: 31px;

components/SlowQueriesFilter/SlowQueriesFilter.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
}
4949

5050
.entry, .title {
51-
@include DIN17Font;
51+
@include DosisFont;
5252
position: relative;
5353
bottom: -4px;
5454
font-size: 14px;

0 commit comments

Comments
 (0)