import { Meta, Story, Canvas } from '@storybook/addon-docs'; import Sizes from './Sizes.vue'; import VariableTable from './VariableTable.vue'; # Font ## Font Sizes {{ template: ``, components: { Sizes, }, }} ## Line Heights {{ template: ``, components: { VariableTable, }, }} ## Font Weights {{ template: ``, components: { VariableTable, }, }} ## Font Family {{ template: ``, components: { VariableTable, }, }}