From 4d6e74e47759f42f0241f75588226cd65044a0e2 Mon Sep 17 00:00:00 2001 From: opyale Date: Thu, 18 Jun 2020 22:36:59 +0200 Subject: [PATCH] Using Tajawal as default font. --- var/www/pages/default-page.html | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/var/www/pages/default-page.html b/var/www/pages/default-page.html index 3752d3f..9f1d401 100644 --- a/var/www/pages/default-page.html +++ b/var/www/pages/default-page.html @@ -1,5 +1,5 @@ - + @@ -7,8 +7,8 @@ - + Codeberg Pages - Static pages for your projects. @@ -23,6 +23,7 @@ display: inline-block; margin: 5px 0 5px 0; padding: 2px 8px 2px 8px; + font-size: 14px; border-radius: 3px; background: #393e46; word-break: break-all; @@ -31,7 +32,8 @@ .container { margin-top: 50px; - font-family: 'Open Sans', sans-serif; + font-family: 'Tajawal', sans-serif; + font-weight: 300; color: #404040; } @@ -46,13 +48,13 @@ } .container .header .name { - font-family: 'Passion One', cursive; font-size: 50px; + font-weight: 900; color: #2185d0; } .container .header .description { - font-size: 20px; + font-size: 23px; } .cards { @@ -81,19 +83,18 @@ } .card .card-header { - margin-top: 15px; + margin-top: 20px; font-size: 18px; - font-weight: bold; + font-weight: 700; } .card .card-description { - margin-top: 5px; - font-size: 14px; + font-size: 16px; } .elevated { display: block; - padding: 45px 5px 45px 5px; + padding: 50px 5px 50px 5px; background: #fafafa; box-shadow: inset 0px 0px 10px 0px rgba(0,0,0,0.10); }