ulrich
2020-12-30 92e51184a6f564bff446140e244a2529f673c6c3
Verweis auf fonts angepasst
2 files modified
19 ■■■■ changed files
readme.md 11 ●●●● patch | view | raw | blame | history
web/ui/stile.css 8 ●●●● patch | view | raw | blame | history
readme.md
@@ -64,13 +64,18 @@
## Abhängigkeiten
Die Nutzerverwaltung erfordert die Erweiterung zur Verarbeitung von HTML-Vorlagen Mustache auf der Instanz von Tomcat, auf der sie ausgeführt werden soll:
Die Nutzerverwaltung erfordert zur Verarbeitung von HTML-Vorlagen
Mustache auf der Instanz von Tomcat, auf der sie ausgeführt werden soll. Zudem wird der Font
RobotoCondensed verwendet, der von Google Fonts erhältlich ist. Beide Teile werden im
ROOT-Kontext von Tomcat wie folgt hinterlegt:
```
$CATALINA_BASE/webapps/jslib/mustache (>=2.3.0)
$CATALINA_BASE/webapps/ROOT/jslib/mustache (>=2.3.0)
$CATALINA_BASE/webapps/ROOT/fonts/Roboto_Condensed/RobotoCondensed-Regular.ttf
```
`$CATALINA_BASE` im obigen Beispiel meint das in der der Datei [RUNNING.txt](http://tomcat.apache.org/tomcat-8.5-doc/RUNNING.txt) der Tomcat-Dokumentation so bezeichnete Verzeichnis. Nachfolgend die Quelle, von der Mustache bezogen werden kann:
`$CATALINA_BASE` im obigen Beispiel meint das in der der Datei [RUNNING.txt](http://tomcat.apache.org/tomcat-8.5-doc/RUNNING.txt) der Tomcat-Dokumentation so bezeichnete Verzeichnis.
Nachfolgend die Quelle, von der Mustache bezogen werden kann:
- [Mustache](https://github.com/janl/mustache.js)
web/ui/stile.css
@@ -290,7 +290,7 @@
@font-face {
  font-family: 'Roboto Condensed';
  src: url('/lib/fonts/Roboto_Condensed/RobotoCondensed-Regular.ttf') format('truetype');
  src: url('/fonts/Roboto_Condensed/RobotoCondensed-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@@ -300,11 +300,7 @@
@font-face {
  font-family: 'picto';
  src: url('../font/picto.eot?52325148');
  src: url('../font/picto.eot?52325148#iefix') format('embedded-opentype'),
       url('../font/picto.woff2?52325148') format('woff2'),
       url('../font/picto.woff?52325148') format('woff'),
       url('../font/picto.ttf?52325148') format('truetype'),
       url('../font/picto.svg?52325148#picto') format('svg');
  src: url('../font/picto.ttf?52325148') format('truetype');
  font-weight: normal;
  font-style: normal;
}