Skip to content

Remove fonts that we can't give away #34

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 4, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file removed PIG/fonts/Alright-bold.woff
Binary file not shown.
Binary file removed PIG/fonts/Alright-light.woff
Binary file not shown.
Binary file removed PIG/fonts/Alright-regular.woff
Binary file not shown.
Binary file removed PIG/fonts/DIN17SBOP.woff
Binary file not shown.
Binary file removed PIG/fonts/InputMono-Narrow.eot
Binary file not shown.
912 changes: 0 additions & 912 deletions PIG/fonts/InputMono-Narrow.svg

This file was deleted.

Binary file removed PIG/fonts/InputMono-Narrow.ttf
Binary file not shown.
Binary file removed PIG/fonts/InputMono-Narrow.woff
Binary file not shown.
Binary file removed PIG/fonts/InputMono-Regular.eot
Binary file not shown.
2,181 changes: 0 additions & 2,181 deletions PIG/fonts/InputMono-Regular.svg

This file was deleted.

Binary file removed PIG/fonts/InputMono-Regular.ttf
Binary file not shown.
Binary file removed PIG/fonts/InputMono-Regular.woff
Binary file not shown.
Binary file removed PIG/fonts/Parse-Regular.eot
Binary file not shown.
523 changes: 0 additions & 523 deletions PIG/fonts/Parse-Regular.svg

This file was deleted.

Binary file removed PIG/fonts/Parse-Regular.ttf
Binary file not shown.
Binary file removed PIG/fonts/Parse-Regular.woff
Binary file not shown.
Binary file removed PIG/fonts/Roboto-Medium-webfont.eot
Binary file not shown.
147 changes: 0 additions & 147 deletions PIG/fonts/Roboto-Medium-webfont.svg

This file was deleted.

Binary file removed PIG/fonts/Roboto-Medium-webfont.ttf
Binary file not shown.
Binary file removed PIG/fonts/Roboto-Medium-webfont.woff
Binary file not shown.
Binary file removed PIG/fonts/Roboto-Regular-webfont.eot
Binary file not shown.
147 changes: 0 additions & 147 deletions PIG/fonts/Roboto-Regular-webfont.svg

This file was deleted.

Binary file removed PIG/fonts/Roboto-Regular-webfont.ttf
Binary file not shown.
Binary file removed PIG/fonts/Roboto-Regular-webfont.woff
Binary file not shown.
Binary file removed PIG/fonts/Roboto-Thin-webfont.eot
Binary file not shown.
147 changes: 0 additions & 147 deletions PIG/fonts/Roboto-Thin-webfont.svg

This file was deleted.

Binary file removed PIG/fonts/Roboto-Thin-webfont.ttf
Binary file not shown.
Binary file removed PIG/fonts/Roboto-Thin-webfont.woff
Binary file not shown.
Binary file removed PIG/fonts/edmondsans/edmondsans-regular-webfont.eot
Binary file not shown.
241 changes: 0 additions & 241 deletions PIG/fonts/edmondsans/edmondsans-regular-webfont.svg

This file was deleted.

Binary file removed PIG/fonts/edmondsans/edmondsans-regular-webfont.ttf
Binary file not shown.
Binary file removed PIG/fonts/edmondsans/edmondsans-regular-webfont.woff
Binary file not shown.
Binary file removed PIG/fonts/leaguespartan-bold.eot
Binary file not shown.
661 changes: 0 additions & 661 deletions PIG/fonts/leaguespartan-bold.svg

This file was deleted.

Binary file removed PIG/fonts/leaguespartan-bold.ttf
Binary file not shown.
Binary file removed PIG/fonts/leaguespartan-bold.woff
Binary file not shown.
Binary file removed PIG/fonts/leaguespartan-bold.woff2
Binary file not shown.
15 changes: 4 additions & 11 deletions PIG/index.html
Original file line number Diff line number Diff line change
@@ -1,14 +1,7 @@
<!DOCTYPE html>
<html>
<body>
<script>
function loadFonts(){
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)')];
for(var c=0,i=f.length;i--;){c++;f[i].load().then(function(){if(--c === 0){document.body.className += ' fonts_loaded';}})}}
if(typeof(FontFace)==='undefined')document.body.className+=' fonts_loaded';
else loadFonts();
</script>
<div id="browser_mount"></div>
<script src="/bundles/PIG.bundle.js"></script>
</body>
<body>
<div id="browser_mount"></div>
<script src="/bundles/PIG.bundle.js"></script>
</body>
</html>
15 changes: 4 additions & 11 deletions Parse-Dashboard/index.html
Original file line number Diff line number Diff line change
@@ -1,14 +1,7 @@
<!DOCTYPE html>
<html>
<body>
<script>
function loadFonts(){
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)')];
for(var c=0,i=f.length;i--;){c++;f[i].load().then(function(){if(--c === 0){document.body.className += ' fonts_loaded';}})}}
if(typeof(FontFace)==='undefined')document.body.className+=' fonts_loaded';
else loadFonts();
</script>
<div id="browser_mount"></div>
<script src="/bundles/dashboard.bundle.js"></script>
</body>
<body>
<div id="browser_mount"></div>
<script src="/bundles/dashboard.bundle.js"></script>
</body>
</html>
Binary file removed Parse-Dashboard/public/fonts/Alright-bold.woff
Binary file not shown.
Binary file removed Parse-Dashboard/public/fonts/Alright-light.woff
Binary file not shown.
Binary file removed Parse-Dashboard/public/fonts/Alright-regular.woff
Binary file not shown.
Binary file removed Parse-Dashboard/public/fonts/DIN17SBOP.woff
Binary file not shown.
Binary file removed Parse-Dashboard/public/fonts/InputMono-Narrow.eot
Binary file not shown.
912 changes: 0 additions & 912 deletions Parse-Dashboard/public/fonts/InputMono-Narrow.svg

This file was deleted.

Binary file removed Parse-Dashboard/public/fonts/InputMono-Narrow.ttf
Binary file not shown.
Binary file not shown.
Binary file removed Parse-Dashboard/public/fonts/InputMono-Regular.eot
Binary file not shown.
2,181 changes: 0 additions & 2,181 deletions Parse-Dashboard/public/fonts/InputMono-Regular.svg

This file was deleted.

Binary file removed Parse-Dashboard/public/fonts/InputMono-Regular.ttf
Binary file not shown.
Binary file not shown.
Binary file removed Parse-Dashboard/public/fonts/Parse-Regular.eot
Binary file not shown.
523 changes: 0 additions & 523 deletions Parse-Dashboard/public/fonts/Parse-Regular.svg

This file was deleted.

Binary file removed Parse-Dashboard/public/fonts/Parse-Regular.ttf
Binary file not shown.
Binary file removed Parse-Dashboard/public/fonts/Parse-Regular.woff
Binary file not shown.
Binary file not shown.
147 changes: 0 additions & 147 deletions Parse-Dashboard/public/fonts/Roboto-Medium-webfont.svg

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.
147 changes: 0 additions & 147 deletions Parse-Dashboard/public/fonts/Roboto-Regular-webfont.svg

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file removed Parse-Dashboard/public/fonts/Roboto-Thin-webfont.eot
Binary file not shown.
147 changes: 0 additions & 147 deletions Parse-Dashboard/public/fonts/Roboto-Thin-webfont.svg

This file was deleted.

Binary file removed Parse-Dashboard/public/fonts/Roboto-Thin-webfont.ttf
Binary file not shown.
Binary file not shown.
Binary file not shown.
241 changes: 0 additions & 241 deletions Parse-Dashboard/public/fonts/edmondsans/edmondsans-regular-webfont.svg

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file removed Parse-Dashboard/public/fonts/leaguespartan-bold.eot
Binary file not shown.
661 changes: 0 additions & 661 deletions Parse-Dashboard/public/fonts/leaguespartan-bold.svg

This file was deleted.

Binary file removed Parse-Dashboard/public/fonts/leaguespartan-bold.ttf
Binary file not shown.
Binary file removed Parse-Dashboard/public/fonts/leaguespartan-bold.woff
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion components/AppBadge/AppBadge.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
@import 'stylesheets/globals.scss';

.badge {
@include DIN17Font;
@include DosisFont;
display: inline-block;
height: 26px;
line-height: 26px;
Expand Down
4 changes: 2 additions & 2 deletions components/BrowserFilter/BrowserFilter.scss
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
}

.entry, .title {
@include DIN17Font;
@include DosisFont;
position: relative;
bottom: -4px;
font-size: 14px;
Expand Down Expand Up @@ -131,4 +131,4 @@
.date {
display: inline-block;
vertical-align: top;
}
}
2 changes: 1 addition & 1 deletion components/BrowserMenu/BrowserMenu.scss
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
}

.entry, .title {
@include DIN17Font;
@include DosisFont;
font-size: 14px;
color: #ffffff;
cursor: pointer;
Expand Down
10 changes: 5 additions & 5 deletions components/Button/Button.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
@import 'stylesheets/globals.scss';

.button {
@include DIN17Font;
@include DosisFont;
display: inline-block;
height: 30px;
border: 1px solid $blue;
Expand All @@ -33,7 +33,7 @@
.primary {
background-color: $blue;
color: $white;

&:hover, &:focus {
background-color: $darkBlue;
}
Expand Down Expand Up @@ -79,12 +79,12 @@
color: $white;
border-color: $white;
line-height: 28px;

&:hover, &:focus{
background-color: $white;
color: $blue;
}

&.primary {
background-color: $white;
color: $blue;
Expand Down Expand Up @@ -119,7 +119,7 @@
&:hover{
background-color: #e0e0ea;
border-color: #e0e0ea;
color: white;
color: white;
}
}

Expand Down
2 changes: 1 addition & 1 deletion components/Calendar/Calendar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@

.days {
span, a {
@include DIN17Font;
@include DosisFont;
display: inline-block;
vertical-align: bottom;
width: 26px;
Expand Down
4 changes: 2 additions & 2 deletions components/CategoryList/CategoryList.scss
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
&.active {
color: white;
}

&:hover{
color: white;
}
Expand All @@ -32,7 +32,7 @@
display: block;

&:first-of-type {
@include DIN17Font;
@include DosisFont;
float: right;
width: 50px;
text-align: right;
Expand Down
2 changes: 1 addition & 1 deletion components/Checkbox/Checkbox.scss
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
}

.label {
@include DIN17Font;
@include DosisFont;
color: $mainTextColor;
font-size: 14px;
vertical-align: middle;
Expand Down
4 changes: 2 additions & 2 deletions components/CodeSnippet/CodeSnippet.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
code[class*="language-"],
pre[class*="language-"] {
color: #555572;
font-family: 'InputMonoNarrow', Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
font-family: 'Source Code Pro', Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
font-size: 13px;
direction: ltr;
text-align: left;
Expand Down Expand Up @@ -198,7 +198,7 @@ pre.line-numbers > code {
color: #343445;
display: block;
font-size: 10px;
font-family: 'DIN17SBOP';
font-family: 'Dosis';
padding-right: 0;
text-align: center;
}
2 changes: 1 addition & 1 deletion components/CreditCardInput/CreditCardInput.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
@import 'stylesheets/globals.scss';

.input {
@include AlrightSansFont;
@include NotoSansFont;
border: 0;
outline: 0;
background: $inputBackgroundColor;
Expand Down
2 changes: 1 addition & 1 deletion components/DataBrowserHeaderBar/DataBrowserHeaderBar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
}

.addColumnButton {
@include DIN17Font;
@include DosisFont;
display: inline-block;
background: #343445;
height: 20px;
Expand Down
2 changes: 1 addition & 1 deletion components/DonutChart/DonutChart.scss
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
.donutValue {
opacity: 0;
transition: opacity 0.2s ease;
@include DIN17Font;
@include DosisFont;
font-size: 22px;
font-weight: 500;
&:first-of-type {
Expand Down
2 changes: 1 addition & 1 deletion components/EmptyState/EmptyState.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
}

.description {
@include DIN17Font;
@include DosisFont;
font-size: 16px;
letter-spacing: 0.72px;
line-height: 17px;
Expand Down
2 changes: 1 addition & 1 deletion components/Fieldset/Fieldset.scss
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
}

.description {
@include DIN17Font;
@include DosisFont;
text-align: center;
font-size: 14px;
line-height: 16px;
Expand Down
4 changes: 2 additions & 2 deletions components/FileEditor/FileEditor.scss
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
}

.delete, .upload {
@include DIN17Font;
@include DosisFont;
display: block;
cursor: pointer;
color: white;
Expand Down Expand Up @@ -45,4 +45,4 @@
bottom: 0;
cursor: pointer;
}
}
}
4 changes: 2 additions & 2 deletions components/FormTable/FormTable.scss
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
}

.label {
@include DIN17Font;
@include DosisFont;
display: inline-block;
text-transform: uppercase;
color: $secondaryTextColor;
Expand All @@ -100,5 +100,5 @@
}

.din {
@include DIN17Font;
@include DosisFont;
}
4 changes: 2 additions & 2 deletions components/FourOhFour/FourOhFour.scss
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
}

.error {
@include DIN17Font;
@include DosisFont;
font-size: 240px;
}

Expand All @@ -44,4 +44,4 @@

.back {
margin-top: 40px;
}
}
2 changes: 1 addition & 1 deletion components/InlineSubmitInput/InlineSubmitInput.scss
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
}

.button {
@include DIN17Font;
@include DosisFont;
position: absolute;
top: 30px;
right: 15px;
Expand Down
2 changes: 1 addition & 1 deletion components/Modal/Modal.scss
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
}

.subtitle {
@include DIN17Font;
@include DosisFont;
position: absolute;
font-size: 14px;
color: white;
Expand Down
2 changes: 1 addition & 1 deletion components/MoneyInput/MoneyInput.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
@import 'stylesheets/globals.scss';

.moneyInput {
@include DIN17Font;;
@include DosisFont;
border: 0;
outline: 0;
background: $inputBackgroundColor;
Expand Down
6 changes: 3 additions & 3 deletions components/PushOpenRate/PushOpenRate.scss
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
margin: 10px auto;

.rate {
@include DIN17Font;
@include DosisFont;
font-size: 40px;
font-weight: 100;
padding: 38px 0 0 0;
Expand All @@ -35,10 +35,10 @@

.count_wrap {
color: $mainTextColor;

.count {
font-size: 30px;
@include DIN17Font;
@include DosisFont;
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion components/PushPreview/PushPreview.scss
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
}

.title {
@include DIN17Font;
@include DosisFont;
font-size: 11px;
text-transform: uppercase;
letter-spacing: 2px;
Expand Down
2 changes: 1 addition & 1 deletion components/Range/Range.scss
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
}

.tracker {
@include DIN17Font;
@include DosisFont;
@include transform(translateX(-50%));
position: absolute;
background: $orange;
Expand Down
2 changes: 1 addition & 1 deletion components/SegmentSelect/SegmentSelect.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
height: 24px;

a {
@include DIN17Font;
@include DosisFont;
display: inline-block;
height: 24px;
line-height: 24px;
Expand Down
12 changes: 6 additions & 6 deletions components/Sidebar/Sidebar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
}

.footer {
@include DIN17Font;
@include DosisFont;
position: absolute;
background: #05283c;
height: 36px;
Expand Down Expand Up @@ -180,7 +180,7 @@
}

.menuSection {
@include DIN17Font;
@include DosisFont;
height: 24px;
line-height: 24px;
background: #0c5582;
Expand All @@ -193,7 +193,7 @@
}

.createApp {
@include DIN17Font;
@include DosisFont;
display: block;
background: $blue;
color: white;
Expand Down Expand Up @@ -276,7 +276,7 @@ a.subitem {
}

.action {
@include DIN17Font;
@include DosisFont;
position: absolute;
font-size: 12px;
font-weight: 400;
Expand All @@ -298,7 +298,7 @@ a.subitem {
}

.version {
@include DIN17Font;
@include DosisFont;
position: relative;
width: 75px;
height: 100%;
Expand Down Expand Up @@ -351,7 +351,7 @@ a.subitem {
}

a {
@include DIN17Font;
@include DosisFont;
display: block;
height: 30px;
line-height: 31px;
Expand Down
2 changes: 1 addition & 1 deletion components/SlowQueriesFilter/SlowQueriesFilter.scss
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
}

.entry, .title {
@include DIN17Font;
@include DosisFont;
position: relative;
bottom: -4px;
font-size: 14px;
Expand Down
Loading