Skip to content

Commit

Permalink
Merge branch 'font-picker' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Cristina de Carvalho committed Oct 26, 2023
2 parents 1e5ae6b + 131cd6d commit f187ba0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/spotty-birds-fold.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@headless.build/sanity-font-picker": patch
---

Add icon to sanity font picker plugin
2 changes: 2 additions & 0 deletions packages/sanity-font-picker/src/schemas/font.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
import {StringIcon} from '@sanity/icons'
import {defineField, defineType} from 'sanity'

export const font = defineType({
name: 'fontPicker',
type: 'document',
icon: StringIcon,
title: 'Typography',
fields: [
defineFontField({
Expand Down

0 comments on commit f187ba0

Please sign in to comment.