1
0
Fork 1
mirror of https://github.com/elk-zone/elk.git synced 2024-09-06 20:29:08 +01:00
elk/docs/app.vue

16 lines
247 B
Vue
Raw Normal View History

2023-01-08 21:42:59 +00:00
<template>
<AppLayout>
<NuxtPage />
</AppLayout>
</template>
<style>
@font-face {
font-display: swap;
font-family: 'DM Sans';
font-style: normal;
font-weight: 400;
src: url(/fonts/DM-sans-v11.ttf) format('truetype');
}
</style>