manifestinteractive / teleprompter

Browser-based TelePrompter with Remote Control
https://promptr.tv
Other
326 stars 115 forks source link

Remove Google fonts and external ressources for selfhosting #40

Closed saschafoerster closed 1 year ago

saschafoerster commented 2 years ago

Hi there! It would be good for privacy and self hosting, if you could add all external ressources, like fonts and scripts to the repository, so that no external third party connections are needed, especially when self hosting.

I found this references in index.html (and remote.html)

    <link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600&display=swap">
    <link rel="stylesheet" href="https://code.jquery.com/ui/1.12.1/themes/redmond/jquery-ui.min.css" />
    <link rel="stylesheet" href="assets/css/style.v120.css">
    <link rel="stylesheet" href="assets/css/font-awesome.min.css">

If you agree I would try the first time to create a pull request here. :)