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;