Skip to content

Commit

Permalink
back to OCRA
Browse files Browse the repository at this point in the history
  • Loading branch information
irascible committed Dec 10, 2013
1 parent e841799 commit 8b7f73d
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 12 deletions.
2 changes: 0 additions & 2 deletions phoenixresources.qrc
Original file line number Diff line number Diff line change
Expand Up @@ -278,8 +278,6 @@
<file>resources/fonts/DroidSans.ttf</file>
<file>resources/fonts/DroidSansMono.ttf</file>
<file>resources/fonts/DroidSans-Bold.ttf</file>
<file>resources/fonts/ocr-a-tribute-bold-latin-1_0.ttf</file>
<file>resources/fonts/ocr-a-tribute-light-latin-1_0.ttf</file>
<file>resources/fonts/NOTICE</file>
<file>resources/fonts/OCRA.ttf</file>
<file>resources/bins/my_parts.fzb</file>
Expand Down
Binary file removed resources/fonts/ocr-a-tribute-bold-latin-1_0.ttf
Binary file not shown.
Binary file removed resources/fonts/ocr-a-tribute-light-latin-1_0.ttf
Binary file not shown.
7 changes: 2 additions & 5 deletions resources/styles/fritzing.qss
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ QMenu::item:disabled:selected {
}

#sketch_tabs::pane,
#pe_tabs:pane
#pe_tabs::pane
{ /*the tab-window*/

padding: 0px 0px 0px 0px;
Expand Down Expand Up @@ -711,13 +711,10 @@ background:transparent;
}




#tip {
background: #D5E1E9;
border: none;
font: "OCR A Tribute W01 Regular";
font-family: "OCR A Tribute W01 Regular";
font-family: "OCRA";
color:#2e94af;
font-size:16px;
qproperty-wordWrap: true;
Expand Down
6 changes: 1 addition & 5 deletions src/fapplication.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -665,12 +665,8 @@ void FApplication::registerFonts() {
registerFont(":/resources/fonts/DroidSans.ttf", true);
registerFont(":/resources/fonts/DroidSans-Bold.ttf", false);
registerFont(":/resources/fonts/DroidSansMono.ttf", false);
registerFont(":/resources/fonts/ocr-a-tribute-bold-latin-1_0.ttf", true);
registerFont(":/resources/fonts/ocr-a-tribute-light-latin-1_0.ttf", true);
registerFont(":/resources/fonts/OCRA.ttf", false);

// "OCR A Tribute W01 Bold"
// "OCR A Tribute W01 Light"
// "OCR A Tribute W01 Regular"
// "Droid Sans"
// "Droid Sans Mono"

Expand Down

0 comments on commit 8b7f73d

Please sign in to comment.