acdh-oeaw / vicav-vue3

Reimplementation of the VICAV Frontend based on Vue.js 3
https://vicav-vue.acdh-ch-dev.oeaw.ac.at
MIT License
0 stars 0 forks source link

Font rendering issues #136

Closed dasch124 closed 4 months ago

dasch124 commented 4 months ago

VICAV data frequently contains special characters, diacritics etc. which easily can lead to rendering issues when system fonts are used. This is the case for the TUNOCENT instance, for example. I assume the original implementation used a webfont to circumvent that problem, but evidently this is not the case for the vue3-implementation. Could you please look into that?

VeronikaEngler commented 4 months ago
TUNOCENT_issue136

https://tunocent-vue.acdh-ch-dev.oeaw.ac.at/?w=W3sieCI6IjAlIiwieSI6IjAlIiwieiI6MTMsIndpZHRoIjoiNTAlIiwiaGVpZ2h0IjoiMTAwJSIsInRhcmdldFR5cGUiOiJEYXRhTGlzdCIsInRpdGxlIjoiTGlzdCBhbGwgZW50cmllcyIsInBhcmFtcyI6eyJkYXRhVHlwZXMiOlsiU2FtcGxlVGV4dCJdLCJ0ZXh0SWQiOiJ2aWNhdl9zYW1wbGVzIiwidGVpU291cmNlIjoiaHR0cHM6Ly9naXRodWIuY29tL2FjZGgtb2Vhdy92aWNhdi1jb250ZW50In19LHsieCI6IjUwJSIsInkiOiIwJSIsInoiOjE0LCJ3aWR0aCI6IjUwJSIsImhlaWdodCI6IjEwMCUiLCJ0YXJnZXRUeXBlIjoiU2FtcGxlVGV4dCIsInRpdGxlIjoiQW1kb3VuMiIsInBhcmFtcyI6eyJ0ZXh0SWQiOiJ2aWNhdl9zYW1wbGVfYW1kb3VuXzAxIn19XQ==&a=smart-tile

dasch124 commented 4 months ago

Thanks for solving this!