From 5c82906b38cebbfc6f24c185e35e8f6a06479824 Mon Sep 17 00:00:00 2001 From: Alexander Popov Date: Wed, 12 Oct 2022 22:35:19 +0300 Subject: [PATCH] change font --- README.md | 2 +- doc.html | 7 ++++++- index.html | 7 ++++++- scribbler-global.css | 2 +- 4 files changed, 14 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 87fbf1a..1d69fbb 100755 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Check out the details on [Codrops](https://tympanus.net/codrops/2018/01/12/freeb ## Credits * [Highlight.js](https://highlightjs.org/) -* [Google Fonts - Nunito](https://fonts.google.com/specimen/Nunito+Sans) +* [Google Fonts - Ubuntu](https://fonts.google.com/specimen/Ubuntu) * [Font Awesome v4](http://fontawesome.io/) ## License diff --git a/doc.html b/doc.html index 4b0e42f..1bd5ae6 100755 --- a/doc.html +++ b/doc.html @@ -1,3 +1,6 @@ + @@ -6,7 +9,9 @@ Scribbler Documentation - a code documentation page template for codrops - + + + diff --git a/index.html b/index.html index bfc78da..1433c3a 100755 --- a/index.html +++ b/index.html @@ -1,3 +1,6 @@ + @@ -6,7 +9,9 @@ Scribbler - a codding landing page template for codrops - + + + diff --git a/scribbler-global.css b/scribbler-global.css index f7dca94..360308d 100755 --- a/scribbler-global.css +++ b/scribbler-global.css @@ -17,7 +17,7 @@ html, body { padding: 0; margin: 0; - font-family: 'Nunito Sans', sans-serif; + font-family: 'Ubuntu', sans-serif; background-color: white; }