ulrich
2021-01-29 187e44c736e67a0a853bd4bcc6e49827666b8131
Fonts und jslibs in Webarchiv uebernommen
3 files modified
6 ■■■■ changed files
web/stile.css 2 ●●● patch | view | raw | blame | history
web/ui/index.html 2 ●●● patch | view | raw | blame | history
web/ui/stile.css 2 ●●● patch | view | raw | blame | history
web/stile.css
@@ -32,7 +32,7 @@
@font-face {
  font-family: 'Roboto Condensed';
  src: url('/fonts/Roboto_Condensed/RobotoCondensed-Regular.ttf') format('truetype');
  src: url('fonts/Roboto_Condensed/RobotoCondensed-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
web/ui/index.html
@@ -47,7 +47,7 @@
      Fußzeile
    </div>
    <!-- Skripte -->
    <script src="/jslib/mustache/mustache.min.js"></script>
    <script src="../jslib/mustache/mustache.min.js"></script>
    <script src="js/app.js"></script>
    <script>
      var app;
web/ui/stile.css
@@ -290,7 +290,7 @@
@font-face {
  font-family: 'Roboto Condensed';
  src: url('/fonts/Roboto_Condensed/RobotoCondensed-Regular.ttf') format('truetype');
  src: url('../fonts/Roboto_Condensed/RobotoCondensed-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}