From 49026c3e742d57f2b169d329e4dd716be4d354ae Mon Sep 17 00:00:00 2001 From: Jared Kobos Date: Mon, 25 Mar 2019 15:22:01 -0400 Subject: [PATCH] Use Ubuntu font --- .vscode/settings.json | 5 +++++ public/index.html | 1 + src/main.css | 2 +- 3 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 .vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..00a1d42 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,5 @@ +{ + "cSpell.words": [ + "homescreen" + ] +} \ No newline at end of file diff --git a/public/index.html b/public/index.html index 50f4027..813a1fc 100644 --- a/public/index.html +++ b/public/index.html @@ -12,6 +12,7 @@ + Resume diff --git a/src/main.css b/src/main.css index 6887b4a..ea601bf 100644 --- a/src/main.css +++ b/src/main.css @@ -10,7 +10,7 @@ } body { - font-family: 'Source Sans Pro', 'Trebuchet MS', 'Lucida Grande', 'Bitstream Vera Sans', 'Helvetica Neue', sans-serif; + font-family: 'Ubuntu', sans-serif; margin: 0; text-align: center; color: #293c4b;