mirror of
https://github.com/bakateam/merakiui.git
synced 2025-12-08 14:43:23 +00:00
Compare commits
2 Commits
f0417b0225
...
4830b62a2a
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4830b62a2a | ||
|
|
7391f81275 |
@@ -1,5 +1,3 @@
|
||||
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900&display=swap');
|
||||
|
||||
@import "tailwindcss/base";
|
||||
/* @import "./custom-base-styles.css"; */
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<div class="bg-white dark:bg-gray-900 font-roboto">
|
||||
<div class="bg-white dark:bg-gray-900">
|
||||
<Nuxt />
|
||||
<footer-component />
|
||||
|
||||
|
||||
@@ -40,7 +40,8 @@ export default {
|
||||
},
|
||||
],
|
||||
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>
|
||||
<div>
|
||||
<div class="font-roboto">
|
||||
<header-component>
|
||||
<div class="container px-4 py-8 mx-auto md:py-0">
|
||||
<div class="md:flex">
|
||||
|
||||
Reference in New Issue
Block a user