Skip to content

Commit

Permalink
feat: add new consola font
Browse files Browse the repository at this point in the history
  • Loading branch information
50l3r committed May 13, 2024
1 parent 42a6714 commit 83d384d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion plugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ module.exports = plugin(
},
fontFamily: {
sans: ['Montserrat', 'ui-sans-serif'],
title: ['Rubik', 'ui-sans-serif']
title: ['Rubik', 'ui-sans-serif'],
consola: ['Consolas', 'ui-monospace']
},

extend: {
Expand Down
2 changes: 1 addition & 1 deletion src/components/general/k-button/k-button.props.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ const Props = {
description: 'Tipo de icono'
},
to: {
type: Object as PropType<RouteLocationRaw>,
type: [Object, String] as PropType<RouteLocationRaw | string>,
default: '',
description: 'Ruta de redirección'
}
Expand Down

0 comments on commit 83d384d

Please sign in to comment.