diff --git a/.circleci/config.yml b/.circleci/config.yml index de7209de9b0..def26e5950d 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -105,7 +105,7 @@ jobs: name: install NotoSansCJK fonts command: sudo apt install fonts-noto-cjk - run: - name: download google fonts e.g. GravitasOne, NotoSansMono, NotoSans, NotoSerif, Old_Standard_TT, PT_Sans_Narrow, Raleway and Roboto + name: download google fonts e.g. Dosis, GravitasOne, NotoSansMono, NotoSans, NotoSerif, Old_Standard_TT, PT_Sans_Narrow, Raleway and Roboto command: python3 ./.circleci/download_google_fonts.py - run: name: install downloaded google fonts diff --git a/.circleci/download_google_fonts.py b/.circleci/download_google_fonts.py index 6a2a55816ce..2053f5288c1 100644 --- a/.circleci/download_google_fonts.py +++ b/.circleci/download_google_fonts.py @@ -10,6 +10,15 @@ def download(repo, family, types) : req = requests.get(url, allow_redirects=True) open(dirOut + name, 'wb').write(req.content) +download( + 'https://github.com/eliheuer/dosis-vf/blob/master/fonts/static-fonts/', + 'Dosis', + [ + '-Regular', + '-Bold' + ] +) + download( 'https://github.com/googlefonts/noto-fonts/blob/main/hinted/ttf/NotoSansMono/', 'NotoSansMono', diff --git a/test/image/baselines/gl3d_indicator_scatter3d.png b/test/image/baselines/gl3d_indicator_scatter3d.png index 9202768d345..fa5918f64ba 100644 Binary files a/test/image/baselines/gl3d_indicator_scatter3d.png and b/test/image/baselines/gl3d_indicator_scatter3d.png differ diff --git a/test/image/baselines/indicator_bignumber.png b/test/image/baselines/indicator_bignumber.png index edad2d6d03c..e4470881e30 100644 Binary files a/test/image/baselines/indicator_bignumber.png and b/test/image/baselines/indicator_bignumber.png differ diff --git a/test/image/baselines/indicator_scatter.png b/test/image/baselines/indicator_scatter.png index fee947ef703..2653fea671f 100644 Binary files a/test/image/baselines/indicator_scatter.png and b/test/image/baselines/indicator_scatter.png differ