Skip to content

Commit

Permalink
Merge pull request #8 from rahulsom/master
Browse files Browse the repository at this point in the history
Fix README docs and support Fixed width fonts
  • Loading branch information
Dierk König committed Oct 18, 2015
2 parents 2d82e93 + 93ea3a6 commit d37a7f1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -67,14 +67,14 @@ For developers only
Normal users please use the download link at the top of this page.
[NOTE]
Since version 0.6, FregeFX is an external dependency that you might need to `gradlew install`
Since version 0.6, FregeFX is an external dependency that you might need to `gradlew install` (`./gradlew install` on linux and macos)
locally if a SNAPSHOT version is referenced.
With Java 8 (update 40 or higher) start via
gradlew clean :client:run
gradlew clean run
NOTE: There is no need to install gradle or anything else beside a Java 8 JDK.
It is all self-installing.
It is all self-installing.
4 changes: 2 additions & 2 deletions src/main/resources/frepl.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@
-fx-background-color: -hi-light-glow, -hi-light, -hi-light-glow;
-fx-background-radius: 5,4,3;
-fx-background-insets: 0, 1, 3;
/*-fx-font-family: monospace;*/
-fx-font-family: Menlo, Consolas, monospace;
/*-fx-font-weight: bold;*/
}

.list-view {
-fx-focus-color: -hi-light;
}
}

0 comments on commit d37a7f1

Please sign in to comment.