Repository: incubator-fineract-site Updated Branches: refs/heads/asf-site d454bec6b -> 5120cb452
fixed font type issue Project: http://git-wip-us.apache.org/repos/asf/incubator-fineract-site/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-fineract-site/commit/5120cb45 Tree: http://git-wip-us.apache.org/repos/asf/incubator-fineract-site/tree/5120cb45 Diff: http://git-wip-us.apache.org/repos/asf/incubator-fineract-site/diff/5120cb45 Branch: refs/heads/asf-site Commit: 5120cb452c2044e9db1f83bee9beee6d045db9e2 Parents: d454bec Author: mage <[email protected]> Authored: Sun Jan 3 16:56:20 2016 +0100 Committer: mage <[email protected]> Committed: Sun Jan 3 16:56:20 2016 +0100 ---------------------------------------------------------------------- css/fineract.css | 1 - index.html | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-fineract-site/blob/5120cb45/css/fineract.css ---------------------------------------------------------------------- diff --git a/css/fineract.css b/css/fineract.css index 0d443ed..f5bb768 100644 --- a/css/fineract.css +++ b/css/fineract.css @@ -118,4 +118,3 @@ footer.page-footer { height: 45px; } } - http://git-wip-us.apache.org/repos/asf/incubator-fineract-site/blob/5120cb45/index.html ---------------------------------------------------------------------- diff --git a/index.html b/index.html index ff58803..8447d88 100644 --- a/index.html +++ b/index.html @@ -23,7 +23,7 @@ <meta name="viewport" content="width=device-width, initial-scale=1.0"/> <title>Apache Fineract (incubating)</title> <link rel="icon" type="image/png" href="images/apache-fineract-icon.png"> - <link href="https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300&subset=latin,latin-ext" type="text/css" rel="stylesheet"> + <link href="https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300&subset=latin,latin-ext,cyrillic,cyrillic-ext" type="text/css" rel="stylesheet"> <link href="http://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet"> <link href="css/materialize.min.css" type="text/css" rel="stylesheet"/> <link href="css/fineract.css" type="text/css" rel="stylesheet"> @@ -63,7 +63,7 @@ <section class="section"> <h3 class="center-align">Platform for Digital Financial Services</h3> <p class="flow-text justify-align"> - Apache Fineract (\’fÄ«n-,ǝ-Ërakt\) is an open source system for core banking as a platform. Fineract provides a reliable, robust, and affordable solution for entrepreneurs, financial institutions, and service providers to offer financial services to the worldâs 2 billion underbanked and unbanked. + Apache Fineract (\’fīn-,ә-,rakt\) is an open source system for core banking as a platform. Fineract provides a reliable, robust, and affordable solution for entrepreneurs, financial institutions, and service providers to offer financial services to the worldâs 2 billion underbanked and unbanked. </p> <div class="divider"></div> </section>
