You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
we need options --flat in packages.json/scripts/postinstall to make icon-fonts copy correctly
from "postinstall": "cpy ./node_modules/framework7-icons/fonts/*.* ./src/fonts/ && cpy ./node_modules/material-icons/iconfont/*.* ./src/fonts/"
to "postinstall": "cpy ./node_modules/framework7-icons/fonts/*.* ./src/fonts/ --flat && cpy ./node_modules/material-icons/iconfont/*.* ./src/fonts/ --flat"
The text was updated successfully, but these errors were encountered:
yelban
changed the title
Iconic fonts cannot be displayed & how to repair
Iconic fonts cannot be displayed & how to repair it
Mar 14, 2022
yelban
changed the title
Iconic fonts cannot be displayed & how to repair it
Icon fonts cannot be displayed & how to repair it
Mar 14, 2022
we need options --flat in packages.json/scripts/postinstall to make icon-fonts copy correctly
from
"postinstall": "cpy ./node_modules/framework7-icons/fonts/*.* ./src/fonts/ && cpy ./node_modules/material-icons/iconfont/*.* ./src/fonts/"
to
"postinstall": "cpy ./node_modules/framework7-icons/fonts/*.* ./src/fonts/ --flat && cpy ./node_modules/material-icons/iconfont/*.* ./src/fonts/ --flat"
The text was updated successfully, but these errors were encountered: