Skip to content

Commit

Permalink
Korrektur Google-Font-Link, Wortart "undefined" in Suche, Label-Korre…
Browse files Browse the repository at this point in the history
…ktur
  • Loading branch information
dwerning authored Dec 20, 2022
2 parents 7d17b61 + 75832cb commit 38a545e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ frameworks.each {
task downloadFontRoboto(type: Download) {
group = 'Init'
description = 'Download Google Roboto font'
src 'https://google-webfonts-helper.herokuapp.com/api/fonts/roboto?download=zip&subsets=latin&variants=300,500,700,300italic,regular,italic,700italic'
src 'https://gwfh.mranftl.com/api/fonts/roboto?download=zip&subsets=latin&variants=300,500,700,300italic,regular,italic,700italic'
dest new File(buildDir, 'roboto.zip')
onlyIfModified true
}
Expand Down
1 change: 1 addition & 0 deletions src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ search:
- verb_caus_3-inf
- verb_caus_4-inf
- verb_irr
undefined: []

annotation-types:
lemma: []
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ <h1 id="page-title" th:text="#{editorial_title_listings_digital-references}">Dig
<td><a href="https://aaew.bbaw.de/tla" target="_blank">https://aaew.bbaw.de/tla</a></td></tr>
<tr><th scope="row">Aegyptiaca</th>
<td><a href="https://aegyptiaca.uni-muenster.de" target="_blank">https://aegyptiaca.uni-muenster.de</a></td></tr>
<tr><th scope="row">Das altägyptische Wörterbuch</th>
<tr><th scope="row">Das altägyptische Totenbuch</th>
<td><a href="https://totenbuch.awk.nrw.de/" target="_blank">https://totenbuch.awk.nrw.de</a></td></tr>
<tr><th scope="row">Ancient Egyptian Architecture Online</th>
<td><a href="http://drupaldev.aegaron.ucla.edu/" target="_blank">http://drupaldev.aegaron.ucla.edu</a></td></tr>
Expand Down

0 comments on commit 38a545e

Please sign in to comment.