mirror of
https://github.com/elk-zone/elk.git
synced 2024-11-02 23:19:57 +00:00
16 lines
247 B
Vue
16 lines
247 B
Vue
<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>
|