From c607f44c8d1574a9b8450ceebe8caa304f56a5f4 Mon Sep 17 00:00:00 2001 From: Damillora Date: Wed, 24 Jun 2020 04:56:09 +0700 Subject: [PATCH] Add Material icons import --- nuxt.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/nuxt.config.js b/nuxt.config.js index 83841f5..f2c6e5d 100644 --- a/nuxt.config.js +++ b/nuxt.config.js @@ -21,6 +21,7 @@ module.exports = { { rel: 'icon', type: 'image/x-icon', href: '/favicon.ico' }, { rel: 'stylesheet', href: 'https://fonts.googleapis.com/css?family=Exo+2:300,400,500&display=swap' }, { rel: 'stylesheet', href: 'https://fonts.googleapis.com/css?family=M+PLUS+1p:300,400,500&display=swap' }, + { rel: 'stylesheet', href: 'https://fonts.googleapis.com/icon?family=Material+Icons' }, ], }, /*