Hello,
I am using the GPL version of DHTMLX Scheduler from GitHub.
It comes with styling information, including:
@font-face{font-family:Inter;font-style:normal;font-weight:300;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v18/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuOKfMZg.ttf) format("truetype")}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v18/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuLyfMZg.ttf
This requires Google Fonts: fonts.gstatic.com.
However, if I want to use this behind a firewall or without Internet, the website does not render nicely (nothing to see until font has times out). Also, this is a privacy concern. Inside my company, I do not like Google to know what we do when and why someone visits which page.
Is there a way in which you can inline the information? To my knowledge, the font is under the Apache 2.0, so that is well possible.
SPDX-FileCopyrightText = "Christian Robertson <https://fonts.google.com/specimen/Roboto/about> <https://github.com/googlefonts/roboto>"
SPDX-License-Identifier = "Apache-2.0"
This is my solution for now but the problem I face is that I have to remove it after each update: open-web-calendar/open_web_calendar/static/css/dhtmlx/dhtmlxscheduler_material/fonts.googleapis.com at v1.49 · niccokunzmann/open-web-calendar · GitHub