Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place.
Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place.
Path: blob/master/src/packages/frontend/components/iconfont.cn/README.md
Views: 687
These are from iconfont:
https://www.iconfont.cn/manage/index?manage_type=myprojects&projectId=2576353
The steps are:
Make a shopping cart with a bunch of icons
Add them to a project
Edit them to make sure the names are good, colors, etc.
Download the code of a project (the js).
Rename and upload the js file that is contained in the zip you downloaded to this directory.
Carefully add every single icon to IconSpec in /components/icon.tsx !
It DOES work fine to add multiple js files, since each just adds some hidden template svg element to the DOM. Just be sure to update index.js
to include them.