mirror of
https://github.com/bakateam/merakiui.git
synced 2025-12-10 15:35:34 +00:00
fix font
This commit is contained in:
@@ -1,5 +1,3 @@
|
|||||||
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900&display=swap');
|
|
||||||
|
|
||||||
@import "tailwindcss/base";
|
@import "tailwindcss/base";
|
||||||
/* @import "./custom-base-styles.css"; */
|
/* @import "./custom-base-styles.css"; */
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="bg-white dark:bg-gray-900 font-roboto">
|
<div class="bg-white dark:bg-gray-900">
|
||||||
<Nuxt />
|
<Nuxt />
|
||||||
<footer-component />
|
<footer-component />
|
||||||
|
|
||||||
|
|||||||
@@ -40,7 +40,8 @@ export default {
|
|||||||
},
|
},
|
||||||
],
|
],
|
||||||
link: [
|
link: [
|
||||||
{ rel: 'icon', type: 'image/x-icon', href: '/favicon.ico' }
|
{ rel: 'icon', type: 'image/x-icon', href: '/favicon.ico' },
|
||||||
|
{ rel: 'stylesheet', href: 'https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900&display=swap' }
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
<template>
|
<template>
|
||||||
<div>
|
<div class="font-roboto">
|
||||||
<header-component>
|
<header-component>
|
||||||
<div class="container px-4 py-8 mx-auto md:py-0">
|
<div class="container px-4 py-8 mx-auto md:py-0">
|
||||||
<div class="md:flex">
|
<div class="md:flex">
|
||||||
|
|||||||
Reference in New Issue
Block a user