You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by ca...@apache.org on 2019/05/16 09:22:27 UTC

[royale-docs] branch master updated: start of improving styles in pages

This is an automated email from the ASF dual-hosted git repository.

carlosrovira pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/royale-docs.git


The following commit(s) were added to refs/heads/master by this push:
     new 41386e9  start of improving styles in pages
41386e9 is described below

commit 41386e9c8787c4b8c89d55ff9f6cf11486f9a3ce
Author: Carlos Rovira <ca...@apache.org>
AuthorDate: Thu May 16 11:22:20 2019 +0200

    start of improving styles in pages
---
 royalesite.css | 29 +++++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)

diff --git a/royalesite.css b/royalesite.css
index 47b84cf..71fa2c6 100644
--- a/royalesite.css
+++ b/royalesite.css
@@ -255,6 +255,35 @@
 
 h1 {
 	margin-top: 0px;
+	font-family: Signika;
+	font-weight: 700;
+font-style: normal;
+font-size: 48px;
+text-transform: none;
+line-height: 60px;
+letter-spacing: -1.3px;
+color: #2166ac;
+}
+
+h2 {
+display: block;
+font-size: 1.5em;
+margin-block-start: 0.83em;
+margin-block-end: 0.83em;
+margin-inline-start: 0px;
+margin-inline-end: 0px;
+font-weight: bold;
+color: #2166ac;
+}
+
+p {
+font-family: "Hind Siliguri";
+font-weight: 300;
+font-style: normal;
+font-size: 18px;
+text-transform: none;
+line-height: 30px;
+letter-spacing: 0px;
 }
 
 pre {