This is an automated email from the ASF dual-hosted git repository.
villebro pushed a change to branch 0.38
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git.
from de23349 docs: update changelog
add 140be00 refactor: Load fonts from packages rather than local binaries
(#11718)
add 36489fc fix: prior npm font source had a glitch (#11724)
No new revisions were added by this update.
Summary of changes:
superset-frontend/fonts/FiraCode/specimen.less | 59 ------
.../fonts/FiraCode/woff/FiraCode-Bold.woff | Bin 159636 -> 0 bytes
.../fonts/FiraCode/woff/FiraCode-Light.woff | Bin 144956 -> 0 bytes
.../fonts/FiraCode/woff/FiraCode-Medium.woff | Bin 146332 -> 0 bytes
.../fonts/FiraCode/woff/FiraCode-Regular.woff | Bin 146868 -> 0 bytes
.../fonts/FiraCode/woff/FiraCode-Retina.woff | Bin 145500 -> 0 bytes
.../fonts/FiraCode/woff/FiraCode-VF.woff | Bin 130108 -> 0 bytes
.../fonts/FiraCode/woff2/FiraCode-Bold.woff2 | Bin 122208 -> 0 bytes
.../fonts/FiraCode/woff2/FiraCode-Light.woff2 | Bin 113032 -> 0 bytes
.../fonts/FiraCode/woff2/FiraCode-Medium.woff2 | Bin 113720 -> 0 bytes
.../fonts/FiraCode/woff2/FiraCode-Regular.woff2 | Bin 114456 -> 0 bytes
.../fonts/FiraCode/woff2/FiraCode-Retina.woff2 | Bin 113088 -> 0 bytes
.../fonts/FiraCode/woff2/FiraCode-VF.woff2 | Bin 106584 -> 0 bytes
superset-frontend/fonts/InterUI/Inter-Black.woff | Bin 140036 -> 0 bytes
superset-frontend/fonts/InterUI/Inter-Black.woff2 | Bin 104524 -> 0 bytes
.../fonts/InterUI/Inter-BlackItalic.woff | Bin 145924 -> 0 bytes
.../fonts/InterUI/Inter-BlackItalic.woff2 | Bin 109900 -> 0 bytes
superset-frontend/fonts/InterUI/Inter-Bold.woff | Bin 143708 -> 0 bytes
superset-frontend/fonts/InterUI/Inter-Bold.woff2 | Bin 107400 -> 0 bytes
.../fonts/InterUI/Inter-BoldItalic.woff | Bin 149420 -> 0 bytes
.../fonts/InterUI/Inter-BoldItalic.woff2 | Bin 112580 -> 0 bytes
.../fonts/InterUI/Inter-ExtraBold.woff | Bin 143552 -> 0 bytes
.../fonts/InterUI/Inter-ExtraBold.woff2 | Bin 107552 -> 0 bytes
.../fonts/InterUI/Inter-ExtraBoldItalic.woff | Bin 149196 -> 0 bytes
.../fonts/InterUI/Inter-ExtraBoldItalic.woff2 | Bin 112876 -> 0 bytes
.../fonts/InterUI/Inter-ExtraLight.woff | Bin 141864 -> 0 bytes
.../fonts/InterUI/Inter-ExtraLight.woff2 | Bin 105960 -> 0 bytes
.../fonts/InterUI/Inter-ExtraLightItalic.woff | Bin 148688 -> 0 bytes
.../fonts/InterUI/Inter-ExtraLightItalic.woff2 | Bin 112056 -> 0 bytes
superset-frontend/fonts/InterUI/Inter-Italic.woff | Bin 142744 -> 0 bytes
superset-frontend/fonts/InterUI/Inter-Italic.woff2 | Bin 107508 -> 0 bytes
superset-frontend/fonts/InterUI/Inter-Light.woff | Bin 141528 -> 0 bytes
superset-frontend/fonts/InterUI/Inter-Light.woff2 | Bin 105640 -> 0 bytes
.../fonts/InterUI/Inter-LightItalic.woff | Bin 148436 -> 0 bytes
.../fonts/InterUI/Inter-LightItalic.woff2 | Bin 111968 -> 0 bytes
superset-frontend/fonts/InterUI/Inter-Medium.woff | Bin 142836 -> 0 bytes
superset-frontend/fonts/InterUI/Inter-Medium.woff2 | Bin 106720 -> 0 bytes
.../fonts/InterUI/Inter-MediumItalic.woff | Bin 149184 -> 0 bytes
.../fonts/InterUI/Inter-MediumItalic.woff2 | Bin 112504 -> 0 bytes
superset-frontend/fonts/InterUI/Inter-Regular.woff | Bin 134652 -> 0 bytes
.../fonts/InterUI/Inter-Regular.woff2 | Bin 100124 -> 0 bytes
.../fonts/InterUI/Inter-SemiBold.woff | Bin 143248 -> 0 bytes
.../fonts/InterUI/Inter-SemiBold.woff2 | Bin 107232 -> 0 bytes
.../fonts/InterUI/Inter-SemiBoldItalic.woff | Bin 149276 -> 0 bytes
.../fonts/InterUI/Inter-SemiBoldItalic.woff2 | Bin 112552 -> 0 bytes
superset-frontend/fonts/InterUI/Inter-Thin.woff | Bin 136952 -> 0 bytes
superset-frontend/fonts/InterUI/Inter-Thin.woff2 | Bin 101408 -> 0 bytes
.../fonts/InterUI/Inter-ThinItalic.woff | Bin 144412 -> 0 bytes
.../fonts/InterUI/Inter-ThinItalic.woff2 | Bin 107496 -> 0 bytes
.../fonts/InterUI/Inter-italic.var.woff2 | Bin 240688 -> 0 bytes
.../fonts/InterUI/Inter-roman.var.woff2 | Bin 226368 -> 0 bytes
superset-frontend/fonts/InterUI/Inter.var.woff2 | Bin 316604 -> 0 bytes
superset-frontend/package-lock.json | 124 ++++++------
superset-frontend/package.json | 2 +
superset-frontend/src/SqlLab/main.less | 3 +-
.../stylesheets/less/font_specimens/fira_code.less | 63 ------
.../stylesheets/less/font_specimens/inter_ui.less | 225 ---------------------
superset-frontend/stylesheets/less/fonts.less | 9 +-
superset-frontend/webpack.config.js | 3 +
59 files changed, 77 insertions(+), 411 deletions(-)
delete mode 100644 superset-frontend/fonts/FiraCode/specimen.less
delete mode 100644 superset-frontend/fonts/FiraCode/woff/FiraCode-Bold.woff
delete mode 100644 superset-frontend/fonts/FiraCode/woff/FiraCode-Light.woff
delete mode 100644 superset-frontend/fonts/FiraCode/woff/FiraCode-Medium.woff
delete mode 100644 superset-frontend/fonts/FiraCode/woff/FiraCode-Regular.woff
delete mode 100644 superset-frontend/fonts/FiraCode/woff/FiraCode-Retina.woff
delete mode 100644 superset-frontend/fonts/FiraCode/woff/FiraCode-VF.woff
delete mode 100644 superset-frontend/fonts/FiraCode/woff2/FiraCode-Bold.woff2
delete mode 100644 superset-frontend/fonts/FiraCode/woff2/FiraCode-Light.woff2
delete mode 100644 superset-frontend/fonts/FiraCode/woff2/FiraCode-Medium.woff2
delete mode 100644
superset-frontend/fonts/FiraCode/woff2/FiraCode-Regular.woff2
delete mode 100644 superset-frontend/fonts/FiraCode/woff2/FiraCode-Retina.woff2
delete mode 100644 superset-frontend/fonts/FiraCode/woff2/FiraCode-VF.woff2
delete mode 100644 superset-frontend/fonts/InterUI/Inter-Black.woff
delete mode 100644 superset-frontend/fonts/InterUI/Inter-Black.woff2
delete mode 100644 superset-frontend/fonts/InterUI/Inter-BlackItalic.woff
delete mode 100644 superset-frontend/fonts/InterUI/Inter-BlackItalic.woff2
delete mode 100644 superset-frontend/fonts/InterUI/Inter-Bold.woff
delete mode 100644 superset-frontend/fonts/InterUI/Inter-Bold.woff2
delete mode 100644 superset-frontend/fonts/InterUI/Inter-BoldItalic.woff
delete mode 100644 superset-frontend/fonts/InterUI/Inter-BoldItalic.woff2
delete mode 100644 superset-frontend/fonts/InterUI/Inter-ExtraBold.woff
delete mode 100644 superset-frontend/fonts/InterUI/Inter-ExtraBold.woff2
delete mode 100644 superset-frontend/fonts/InterUI/Inter-ExtraBoldItalic.woff
delete mode 100644 superset-frontend/fonts/InterUI/Inter-ExtraBoldItalic.woff2
delete mode 100644 superset-frontend/fonts/InterUI/Inter-ExtraLight.woff
delete mode 100644 superset-frontend/fonts/InterUI/Inter-ExtraLight.woff2
delete mode 100644 superset-frontend/fonts/InterUI/Inter-ExtraLightItalic.woff
delete mode 100644 superset-frontend/fonts/InterUI/Inter-ExtraLightItalic.woff2
delete mode 100644 superset-frontend/fonts/InterUI/Inter-Italic.woff
delete mode 100644 superset-frontend/fonts/InterUI/Inter-Italic.woff2
delete mode 100644 superset-frontend/fonts/InterUI/Inter-Light.woff
delete mode 100644 superset-frontend/fonts/InterUI/Inter-Light.woff2
delete mode 100644 superset-frontend/fonts/InterUI/Inter-LightItalic.woff
delete mode 100644 superset-frontend/fonts/InterUI/Inter-LightItalic.woff2
delete mode 100644 superset-frontend/fonts/InterUI/Inter-Medium.woff
delete mode 100644 superset-frontend/fonts/InterUI/Inter-Medium.woff2
delete mode 100644 superset-frontend/fonts/InterUI/Inter-MediumItalic.woff
delete mode 100644 superset-frontend/fonts/InterUI/Inter-MediumItalic.woff2
delete mode 100644 superset-frontend/fonts/InterUI/Inter-Regular.woff
delete mode 100644 superset-frontend/fonts/InterUI/Inter-Regular.woff2
delete mode 100644 superset-frontend/fonts/InterUI/Inter-SemiBold.woff
delete mode 100644 superset-frontend/fonts/InterUI/Inter-SemiBold.woff2
delete mode 100644 superset-frontend/fonts/InterUI/Inter-SemiBoldItalic.woff
delete mode 100644 superset-frontend/fonts/InterUI/Inter-SemiBoldItalic.woff2
delete mode 100644 superset-frontend/fonts/InterUI/Inter-Thin.woff
delete mode 100644 superset-frontend/fonts/InterUI/Inter-Thin.woff2
delete mode 100644 superset-frontend/fonts/InterUI/Inter-ThinItalic.woff
delete mode 100644 superset-frontend/fonts/InterUI/Inter-ThinItalic.woff2
delete mode 100644 superset-frontend/fonts/InterUI/Inter-italic.var.woff2
delete mode 100644 superset-frontend/fonts/InterUI/Inter-roman.var.woff2
delete mode 100644 superset-frontend/fonts/InterUI/Inter.var.woff2
delete mode 100644
superset-frontend/stylesheets/less/font_specimens/fira_code.less
delete mode 100644
superset-frontend/stylesheets/less/font_specimens/inter_ui.less