diff --git a/nuxt-frontend/app.vue b/nuxt-frontend/app.vue index 0c4b0ba87..2b1be0907 100644 --- a/nuxt-frontend/app.vue +++ b/nuxt-frontend/app.vue @@ -1,9 +1,5 @@ - - - diff --git a/nuxt-frontend/assets/css/app.css b/nuxt-frontend/assets/css/app.css index 169530bda..25a5bab9e 100644 --- a/nuxt-frontend/assets/css/app.css +++ b/nuxt-frontend/assets/css/app.css @@ -69,3 +69,11 @@ font-weight: 500; src: url(../fonts/Roboto-Medium-Subset.woff2); } + +@font-face { + font-display: swap; + font-family: Opensans-Bold; + font-style: normal; + font-weight: 700; + src: url(../fonts/Open-Sans-Bold.woff2) format("woff2"); +} diff --git a/nuxt-frontend/components/about/HowItAllStartedSection.vue b/nuxt-frontend/components/about/HowItAllStartedSection.vue index eb9878659..a01e5874a 100644 --- a/nuxt-frontend/components/about/HowItAllStartedSection.vue +++ b/nuxt-frontend/components/about/HowItAllStartedSection.vue @@ -139,7 +139,7 @@ export default { // space between list elements let space = Math.ceil( (totalWidth - listWidth * this.stories.length) / - (this.stories.length - 1) + (this.stories.length - 1), ); // move left with total of li width and space diff --git a/nuxt-frontend/components/contact/NewContactForm.vue b/nuxt-frontend/components/contact/NewContactForm.vue index 52194b530..e49640826 100755 --- a/nuxt-frontend/components/contact/NewContactForm.vue +++ b/nuxt-frontend/components/contact/NewContactForm.vue @@ -80,7 +80,9 @@ showProjectInfoValidationError = $event.target.value.trim().length === 0 " - @click.native="$mixpanel.track('tap_contact_project_info_input')" + @click.native=" + $mixpanel.track('tap_contact_project_info_input') + " >