Skip to content

Commit 4a1111d

Browse files
committed
added font-family, fix some problem
1 parent 37e3b00 commit 4a1111d

6 files changed

Lines changed: 1 addition & 16 deletions

File tree

.vuepress/theme/layouts/Blog.vue

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,6 @@
3030
<script>
3131
import moment from "moment"
3232
export default {
33-
metaInfo: {
34-
title: 'Blog - Stackbit Azimuth Theme'
35-
},
3633
computed: {
3734
blogList() {
3835

.vuepress/theme/layouts/Contact.vue

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,6 @@
4747

4848
<script>
4949
export default {
50-
metaInfo: {
51-
title: 'Contact - Stackbit Azimuth Theme'
52-
},
5350
computed: {
5451
data() {
5552
return this.$page.frontmatter;

.vuepress/theme/layouts/ContentPage.vue

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@
77
<script>
88
import BasicPage from "../components/BasicPage"
99
export default {
10-
metaInfo: {
11-
title: 'Style Guide - Stackbit Azimuth Theme'
12-
},
1310
computed: {
1411
data() {
1512
return this.$page.frontmatter;

.vuepress/theme/layouts/Features.vue

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@
1010
import CtaSection from "../components/CtaSection"
1111
1212
export default {
13-
metaInfo: {
14-
title: 'Features - Stackbit Azimuth Theme'
15-
},
1613
computed: {
1714
featuresData() {
1815
return this.$page.frontmatter

.vuepress/theme/layouts/Pricing.vue

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@
1010
import FaqSection from "../components/FaqSection"
1111
1212
export default {
13-
metaInfo: {
14-
title: 'Features - Stackbit Azimuth Theme'
15-
},
1613
computed: {
1714
pricingData() {
1815
return this.$page.frontmatter

.vuepress/theme/style/main.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
1+
@import url('https://fonts.googleapis.com/css?family=Nunito+Sans:400,400i,700,700i');
22
// Font.
33
$font: (
44
primary: ("Nunito Sans",sans-serif)

0 commit comments

Comments
 (0)