Compare commits

...

2 Commits

Author SHA1 Message Date
khatabwedaa
4830b62a2a update yarn.lock 2021-06-11 23:34:27 +02:00
khatabwedaa
7391f81275 fix font 2021-06-11 21:28:23 +02:00
5 changed files with 729 additions and 741 deletions

View File

@@ -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"; */

View File

@@ -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 />

View File

@@ -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' }
]
},

View File

@@ -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">

1461
yarn.lock

File diff suppressed because it is too large Load Diff