From 674e7b2750938b8a39048d24eea757b7d0486291 Mon Sep 17 00:00:00 2001 From: Cade Scroggins Date: Tue, 23 Apr 2019 18:17:46 -0700 Subject: [PATCH] add prettierrc --- .prettierrc | 5 +++++ index.html | 8 ++++---- 2 files changed, 9 insertions(+), 4 deletions(-) create mode 100644 .prettierrc diff --git a/.prettierrc b/.prettierrc new file mode 100644 index 0000000..8d94db6 --- /dev/null +++ b/.prettierrc @@ -0,0 +1,5 @@ +{ + "proseWrap": "always", + "singleQuote": true, + "trailingComma": "es5" +} \ No newline at end of file diff --git a/index.html b/index.html index 3734200..b185089 100644 --- a/index.html +++ b/index.html @@ -262,8 +262,8 @@ font-weight: 400; font-display: swap; src: local('Lato Regular'), local('Lato-Regular'), - url('./fonts/lato-v14-latin-regular.woff2') format('woff2'), - url('./fonts/lato-v14-latin-regular.woff') format('woff'); + url('./fonts/lato-v14-latin-regular.woff2') format('woff2'), + url('./fonts/lato-v14-latin-regular.woff') format('woff'); } @font-face { @@ -272,8 +272,8 @@ font-weight: 900; font-display: swap; src: local('Lato Black'), local('Lato-Black'), - url('./fonts/lato-v14-latin-900.woff2') format('woff2'), - url('./fonts/lato-v14-latin-900.woff') format('woff'); + url('./fonts/lato-v14-latin-900.woff2') format('woff2'), + url('./fonts/lato-v14-latin-900.woff') format('woff'); }