Skip to content

Commit

Permalink
Custom Fonts (#82)
Browse files Browse the repository at this point in the history
* wip

* moved logic to validate custom fonts

* missing fonts section

* lint

* refactor and improve

* simplify resize

* refactor

* Implemente custom fonts

* styling plugin

* styling plugin

* minor styling fix

* changeset

* fix

* fix eslint

---------

Co-authored-by: Jordi Sala Morales <jordism91@gmail.com>
  • Loading branch information
Cenadros and jordisala1991 authored May 3, 2024
1 parent 4ded73e commit c013e80
Show file tree
Hide file tree
Showing 27 changed files with 424 additions and 1,050 deletions.
5 changes: 5 additions & 0 deletions .changeset/brown-pigs-end.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"penpot-exporter": minor
---

Basic support for custom fonts
1 change: 1 addition & 0 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
module.exports = {
root: true,
parserOptions: {
project: './tsconfig.base.json',
parser: '@typescript-eslint/parser',
ecmaVersion: 'latest',
sourceType: 'module'
Expand Down
Loading

0 comments on commit c013e80

Please sign in to comment.