You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stratos.apache.org by ma...@apache.org on 2013/08/25 08:53:54 UTC

svn commit: r1517225 - in /incubator/stratos/site/trunk: content/css/stratos.css templates/skeleton.html

Author: madhura
Date: Sun Aug 25 06:53:54 2013
New Revision: 1517225

URL: http://svn.apache.org/r1517225
Log:
changed the font type

Modified:
    incubator/stratos/site/trunk/content/css/stratos.css
    incubator/stratos/site/trunk/templates/skeleton.html

Modified: incubator/stratos/site/trunk/content/css/stratos.css
URL: http://svn.apache.org/viewvc/incubator/stratos/site/trunk/content/css/stratos.css?rev=1517225&r1=1517224&r2=1517225&view=diff
==============================================================================
--- incubator/stratos/site/trunk/content/css/stratos.css (original)
+++ incubator/stratos/site/trunk/content/css/stratos.css Sun Aug 25 06:53:54 2013
@@ -1,5 +1,5 @@
 h1, h2, h3, p {
-    font-family: 'Questrial', sans-serif;
+    font-family: 'Noto Sans', sans-serif;
 }
 h1 {
     margin: 40px 0px 20px 0px;

Modified: incubator/stratos/site/trunk/templates/skeleton.html
URL: http://svn.apache.org/viewvc/incubator/stratos/site/trunk/templates/skeleton.html?rev=1517225&r1=1517224&r2=1517225&view=diff
==============================================================================
--- incubator/stratos/site/trunk/templates/skeleton.html (original)
+++ incubator/stratos/site/trunk/templates/skeleton.html Sun Aug 25 06:53:54 2013
@@ -40,7 +40,7 @@
 	  }
 	</style>
 <!--       <link href='http://fonts.googleapis.com/css?family=Karla' rel='stylesheet' type='text/css'>-->
-<link href='http://fonts.googleapis.com/css?family=Questrial' rel='stylesheet' type='text/css'>
+<link href='http://fonts.googleapis.com/css?family=Noto+Sans' rel='stylesheet' type='text/css'>
     <link rel="stylesheet" type="text/css" media="screen" href="/css/bootstrap-responsive.min.css">
     <link rel="stylesheet" type="text/css" media="screen" href="/css/stratos.css">
   <title>Apache Stratos {% block title %}{{ headers.title }}{% endblock %}</title>