You've already forked coreutils-tracking
mirror of
https://github.com/uutils/coreutils-tracking.git
synced 2026-06-10 16:12:04 -07:00
install the fonts
This commit is contained in:
@@ -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
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user