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