From c1bb92dd2fe23d9ed9cda43e3c9127a0b6705482 Mon Sep 17 00:00:00 2001 From: yashodhan14321 Date: Tue, 28 Jan 2020 22:14:22 +0530 Subject: [PATCH] added font style baloo tamma --- public/stylesheets/style.css | 1 + views/layout.pug | 1 + 2 files changed, 2 insertions(+) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 436f637..58da7c7 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -4,6 +4,7 @@ body { width: 100%; padding: 0; margin: 0; + font-family: 'baloo tamma'; } @font-face { diff --git a/views/layout.pug b/views/layout.pug index 79ef883..cd623a7 100644 --- a/views/layout.pug +++ b/views/layout.pug @@ -6,6 +6,7 @@ html title #{title} - Node.js Express Application link(rel='stylesheet', type='text/css', href='/stylesheets/bootstrap.min.css') link(rel='stylesheet', type='text/css', href='/stylesheets/style.css') + link(href='https://fonts.googleapis.com/css?family=Baloo Tamma', rel='stylesheet') body .navbar.navbar-inverse.navbar-fixed-top