all repos — website @ 6931f7b18fc6e8ba1d02ae74dee6a0991f6e016a

personal website hosted at prithu.xyz, built using hugo

use Inter font
Prithu Goswami prithugoswami524@gmail.com
Wed, 13 May 2020 21:09:22 +0530
commit

6931f7b18fc6e8ba1d02ae74dee6a0991f6e016a

parent

5a245d74e3b60d2070827268e546347c67e2b072

2 files changed, 4 insertions(+), 2 deletions(-)

jump to
M hugo-site/layouts/partials/head.htmlhugo-site/layouts/partials/head.html

@@ -13,6 +13,7 @@ <meta name="author" content="Prithu Goswami">

<meta name="viewport" content="width=device-width, initial-scale=1"> <link href="https://fonts.googleapis.com/css?family=Roboto+Mono:300,400,700" rel="stylesheet"> <link href="https://fonts.googleapis.com/css?family=Noto+Serif:400" rel="stylesheet"> + <link href="https://fonts.googleapis.com/css?family=Inter:900" rel="stylesheet"> <link rel="stylesheet" href="/css/main.css"> <link rel="stylesheet" href="/css/blog.css"> <link rel="icon" type="img/png" href="/img/favicon.png">
M hugo-site/static/css/blog.csshugo-site/static/css/blog.css

@@ -34,8 +34,10 @@ width: 55%;

} .bcontent h1{ + font-family: Inter; font-size: 2.3rem; - line-height: 1.2; + line-height: 1; + color: rgba(0,0,0,0.75) } .bcontent > .post-date{

@@ -74,7 +76,6 @@ padding: 0.5rem 0.5rem;

} .post-item > a { - max-width: 70%; margin-right: 1rem; overflow: hidden; }