@@ -37,23 +37,23 @@ USER doku
37
37
38
38
RUN mkdir -p /home/doku/.local/share/fonts
39
39
40
- ADD --chown=doku https://raw.githubusercontent.com/googlefonts/nunito/master /fonts/TTF /Nunito-Regular .ttf /home/doku/.local/share/fonts
41
- ADD --chown=doku https://raw.githubusercontent.com/googlefonts/nunito/master /fonts/TTF /Nunito-Bold .ttf /home/doku/.local/share/fonts
40
+ ADD --chown=doku https://raw.githubusercontent.com/googlefonts/nunito/main /fonts/variable /Nunito-Italic[wght] .ttf /home/doku/.local/share/fonts
41
+ ADD --chown=doku https://raw.githubusercontent.com/googlefonts/nunito/main /fonts/variable /Nunito[wght] .ttf /home/doku/.local/share/fonts
42
42
43
43
ADD --chown=doku https://raw.githubusercontent.com/JulietaUla/Montserrat/master/fonts/ttf/Montserrat-Bold.ttf /home/doku/.local/share/fonts
44
44
ADD --chown=doku https://raw.githubusercontent.com/JulietaUla/Montserrat/master/fonts/ttf/Montserrat-Italic.ttf /home/doku/.local/share/fonts
45
45
ADD --chown=doku https://raw.githubusercontent.com/JulietaUla/Montserrat/master/fonts/ttf/Montserrat-Regular.ttf /home/doku/.local/share/fonts
46
46
47
- ADD --chown=doku https://raw.githubusercontent.com/googlefonts/RobotoMono/master /fonts/ttf/RobotoMono-Bold.ttf /home/doku/.local/share/fonts
48
- ADD --chown=doku https://raw.githubusercontent.com/googlefonts/RobotoMono/master /fonts/ttf/RobotoMono-Medium.ttf /home/doku/.local/share/fonts
49
- ADD --chown=doku https://raw.githubusercontent.com/googlefonts/RobotoMono/master /fonts/ttf/RobotoMono-Regular.ttf /home/doku/.local/share/fonts
50
- ADD --chown=doku https://raw.githubusercontent.com/googlefonts/RobotoMono/master /fonts/ttf/RobotoMono-Light.ttf /home/doku/.local/share/fonts
51
- ADD --chown=doku https://raw.githubusercontent.com/googlefonts/RobotoMono/master /fonts/ttf/RobotoMono-Thin.ttf /home/doku/.local/share/fonts
52
- ADD --chown=doku https://raw.githubusercontent.com/googlefonts/RobotoMono/master /fonts/ttf/RobotoMono-BoldItalic.ttf /home/doku/.local/share/fonts
53
- ADD --chown=doku https://raw.githubusercontent.com/googlefonts/RobotoMono/master /fonts/ttf/RobotoMono-MediumItalic.ttf /home/doku/.local/share/fonts
54
- ADD --chown=doku https://raw.githubusercontent.com/googlefonts/RobotoMono/master /fonts/ttf/RobotoMono-Italic.ttf /home/doku/.local/share/fonts
55
- ADD --chown=doku https://raw.githubusercontent.com/googlefonts/RobotoMono/master /fonts/ttf/RobotoMono-LightItalic.ttf /home/doku/.local/share/fonts
56
- ADD --chown=doku https://raw.githubusercontent.com/googlefonts/RobotoMono/master /fonts/ttf/RobotoMono-ThinItalic.ttf /home/doku/.local/share/fonts
47
+ ADD --chown=doku https://raw.githubusercontent.com/googlefonts/RobotoMono/main /fonts/ttf/RobotoMono-Bold.ttf /home/doku/.local/share/fonts
48
+ ADD --chown=doku https://raw.githubusercontent.com/googlefonts/RobotoMono/main /fonts/ttf/RobotoMono-Medium.ttf /home/doku/.local/share/fonts
49
+ ADD --chown=doku https://raw.githubusercontent.com/googlefonts/RobotoMono/main /fonts/ttf/RobotoMono-Regular.ttf /home/doku/.local/share/fonts
50
+ ADD --chown=doku https://raw.githubusercontent.com/googlefonts/RobotoMono/main /fonts/ttf/RobotoMono-Light.ttf /home/doku/.local/share/fonts
51
+ ADD --chown=doku https://raw.githubusercontent.com/googlefonts/RobotoMono/main /fonts/ttf/RobotoMono-Thin.ttf /home/doku/.local/share/fonts
52
+ ADD --chown=doku https://raw.githubusercontent.com/googlefonts/RobotoMono/main /fonts/ttf/RobotoMono-BoldItalic.ttf /home/doku/.local/share/fonts
53
+ ADD --chown=doku https://raw.githubusercontent.com/googlefonts/RobotoMono/main /fonts/ttf/RobotoMono-MediumItalic.ttf /home/doku/.local/share/fonts
54
+ ADD --chown=doku https://raw.githubusercontent.com/googlefonts/RobotoMono/main /fonts/ttf/RobotoMono-Italic.ttf /home/doku/.local/share/fonts
55
+ ADD --chown=doku https://raw.githubusercontent.com/googlefonts/RobotoMono/main /fonts/ttf/RobotoMono-LightItalic.ttf /home/doku/.local/share/fonts
56
+ ADD --chown=doku https://raw.githubusercontent.com/googlefonts/RobotoMono/main /fonts/ttf/RobotoMono-ThinItalic.ttf /home/doku/.local/share/fonts
57
57
58
58
ADD --chown=doku https://raw.githubusercontent.com/KaTeX/katex-fonts/master/fonts/KaTeX_AMS-Regular.ttf /home/doku/.local/share/fonts
59
59
ADD --chown=doku https://raw.githubusercontent.com/KaTeX/katex-fonts/master/fonts/KaTeX_Caligraphic-Bold.ttf /home/doku/.local/share/fonts
0 commit comments