You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@predictionio.apache.org by do...@apache.org on 2016/07/26 19:14:57 UTC

[13/15] incubator-predictionio git commit: Fix fonts

Fix fonts


Project: http://git-wip-us.apache.org/repos/asf/incubator-predictionio/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-predictionio/commit/1ed9b156
Tree: http://git-wip-us.apache.org/repos/asf/incubator-predictionio/tree/1ed9b156
Diff: http://git-wip-us.apache.org/repos/asf/incubator-predictionio/diff/1ed9b156

Branch: refs/heads/develop
Commit: 1ed9b1564b0353fde9b4e5fadc94578e8a596419
Parents: 6cab260
Author: Donald Szeto <do...@apache.org>
Authored: Mon Jul 25 14:25:36 2016 -0700
Committer: Donald Szeto <do...@apache.org>
Committed: Mon Jul 25 14:25:36 2016 -0700

----------------------------------------------------------------------
 docs/manual/source/stylesheets/variables/_fonts.css.scss | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-predictionio/blob/1ed9b156/docs/manual/source/stylesheets/variables/_fonts.css.scss
----------------------------------------------------------------------
diff --git a/docs/manual/source/stylesheets/variables/_fonts.css.scss b/docs/manual/source/stylesheets/variables/_fonts.css.scss
index 8ef537e..6e6c886 100644
--- a/docs/manual/source/stylesheets/variables/_fonts.css.scss
+++ b/docs/manual/source/stylesheets/variables/_fonts.css.scss
@@ -1,3 +1,3 @@
-$standard-font-family: "azo-sans-web", 'Helvetica Neue', Helvetica, Arial, sans-serif;
-$body-font-family: 'PT Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
+$standard-font-family: "pt-sans", 'Helvetica Neue', Helvetica, Arial, sans-serif;
+$body-font-family: "pt-sans", 'Helvetica Neue', Helvetica, Arial, sans-serif;
 $code-font-family: Menlo, Monaco, Consolas, monospace;