Skip to content

add new font to render fonts #9

add new font to render fonts

add new font to render fonts #9

Workflow file for this run

name: Node.js CI
on:
push:
pull_request:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 14.x
- run: npm i
- run: npm test