install the fonts

This commit is contained in:
Sylvestre Ledru
2026-01-07 23:21:30 +01:00
parent 2b78519149
commit 5ffbd165f3
2 changed files with 8 additions and 2 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ jobs:
shell: bash
run: |
sudo apt-get update
sudo apt-get install jq python3-pandas python3-matplotlib python3-seaborn
sudo apt-get install jq python3-pandas python3-matplotlib python3-seaborn fonts-dejavu-core
- name: Checkout repo
uses: actions/checkout@v6
+7 -1
View File
@@ -28,7 +28,13 @@ def setup_theme():
plt.rcParams.update(
{
"font.family": "sans-serif",
"font.sans-serif": ["Inter", "SF Pro Display", "Segoe UI", "Arial"],
"font.sans-serif": [
"Inter",
"SF Pro Display",
"Segoe UI",
"DejaVu Sans",
"Arial",
],
"axes.facecolor": "#FAFAFA",
"figure.facecolor": "white",
"axes.edgecolor": "#CCCCCC",