Skip to content

Commit

Permalink
Remove montserrat font from libs
Browse files Browse the repository at this point in the history
  • Loading branch information
Gnuk committed Jul 25, 2024
1 parent 7e05bfc commit a364a7f
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 54 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ name: Node CI

on:
push:
tags:
- '*'
branches:
- main
pull_request:
branches:
- main
Expand All @@ -14,7 +18,7 @@ jobs:
node-version:
- 18
- 20
- 22.4
- 22
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
Expand Down
62 changes: 27 additions & 35 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
},
"homepage": "https://github.com/tikui/tikui-core#readme",
"dependencies": {
"@fontsource/montserrat": "4.5.14",
"@johnsoncodehk/html2pug": "1.0.0",
"commander": "12.1.0",
"concurrently": "8.2.2",
Expand All @@ -59,18 +58,18 @@
"@types/escape-html": "1.0.4",
"@types/express": "4.17.21",
"@types/jest": "29.5.12",
"@types/node": "20.14.11",
"@types/node": "20.14.12",
"@types/pug": "2.0.10",
"@types/showdown": "2.0.6",
"@types/through2": "2.0.41",
"cypress": "13.13.1",
"jest": "29.7.0",
"sass": "1.77.8",
"start-server-and-test": "2.0.4",
"tikuidoc-tikui": "5.0.2",
"tikuidoc-tikui": "6.0.0",
"ts-jest": "29.2.3",
"ts-node": "10.9.2",
"typescript": "5.5.3"
"typescript": "5.5.4"
},
"bin": {
"tikui-core": "./dist/tikui-core.js"
Expand Down
14 changes: 0 additions & 14 deletions src/lib-resources.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,20 +25,6 @@ export const libResources: LibResources = {
from: 'themes/prism-okaidia.css',
to: 'prism-okaidia.css',
},
],
'@fontsource/montserrat': [
{
from: 'files',
to: 'files'
},
{
from: 'index.css',
to: 'index.css'
},
{
from: '700.css',
to: '700.css'
},
]
};

Expand Down

0 comments on commit a364a7f

Please sign in to comment.