Skip to content

Commit

Permalink
feat: improve inter font
Browse files Browse the repository at this point in the history
  • Loading branch information
AlejandroAkbal committed Aug 7, 2020
1 parent f493d7d commit 7c41f1b
Showing 1 changed file with 12 additions and 19 deletions.
31 changes: 12 additions & 19 deletions nuxt.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,21 @@ export default {
name: 'description',
content: 'Browse the most popular boorus in the Rule 34 App',
},

// Coil.com
{
hid: 'monetization',
name: 'monetization',
content: '$ilp.uphold.com/FaUNRmQqekxh',
},
],

link: [{ rel: 'stylesheet', href: 'https://rsms.me/inter/inter.css' }],
link: [
// Font
{ rel: 'stylesheet', href: 'https://rsms.me/inter/inter.css' },
{ rel: 'preconnect', href: 'https://rsms.me' },
{ rel: 'dns-prefetch ', href: 'https://rsms.me' },
],

noscript: [{ innerHTML: 'This website requires JavaScript' }],
},
Expand Down Expand Up @@ -75,12 +82,14 @@ export default {
** Nuxt.js dev-modules
*/
buildModules: [
// Doc: https://github.com/nuxt-community/eslint-module
// '@nuxtjs/eslint-module',
// Doc: https://github.com/nuxt-community/nuxt-tailwindcss
'@nuxtjs/tailwindcss',
],

tailwindcss: {
cssPath: '~/assets/css/main.css',
},

/*
** Nuxt.js modules
*/
Expand Down Expand Up @@ -127,13 +136,6 @@ export default {
],
},

/*
** TailwindCSS config
*/
tailwindcss: {
cssPath: '~/assets/css/main.css',
},

/*
** Sitemap configuration
*/
Expand Down Expand Up @@ -165,15 +167,6 @@ export default {
},
},
},

/*
** You can extend webpack config here
*/
// extend(config, ctx) {
// if (ctx.isDev) {
// config.devtool = ctx.isClient ? 'source-map' : 'inline-source-map'
// }
// },
},

telemetry: false,
Expand Down

0 comments on commit 7c41f1b

Please sign in to comment.