diff --git a/example/assets/styles/amp-custom.scss b/example/assets/styles/amp-custom.scss
index 762cabc8..e16de5d1 100644
--- a/example/assets/styles/amp-custom.scss
+++ b/example/assets/styles/amp-custom.scss
@@ -2,4 +2,5 @@ $bg-color: #0cf;
body {
background: $bg-color;
+ font-family: Langar;
}
\ No newline at end of file
diff --git a/example/pages/index.vue b/example/pages/index.vue
index d30219e0..4653fa65 100644
--- a/example/pages/index.vue
+++ b/example/pages/index.vue
@@ -132,7 +132,11 @@
export default {
head () {
return {
- title: 'AMP module for Nuxtjs'
+ title: 'AMP module for Nuxtjs',
+ link: [
+ { rel: 'preconnecy', href: 'https://fonts.gstatic.com' },
+ { hid: 'google-font', rel: 'stylesheet', href: 'https://fonts.googleapis.com/css2?family=Langar&display=swap' }
+ ]
}
}
}
@@ -140,7 +144,7 @@ export default {
' +
''
@@ -163,10 +163,8 @@ function registerRendererHook (options) {
* Remove external styles
*/
.replace(/