6 lines
193 B
Vue
6 lines
193 B
Vue
|
<template>
|
||
|
<DocSectionText v-bind="$attrs">
|
||
|
<p>There is no design for fonts as UI components inherit their font settings from the application.</p>
|
||
|
</DocSectionText>
|
||
|
</template>
|