Skip to content

Commit

Permalink
🔧 using google fonts instead of installed ones
Browse files Browse the repository at this point in the history
ci does not have montserrat
  • Loading branch information
vokimon committed Jul 22, 2024
1 parent bfcc3ee commit b17ca6e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: 🖥️ Install system dependencies
run: |
sudo apt-get update
sudo apt install pandoc weasyprint fonts-roboto fonts-montserrat
sudo apt install pandoc weasyprint fonts-roboto # fonts-montserrat
- name: 🐍 Setup Python
uses: actions/setup-python@v2
Expand Down
3 changes: 3 additions & 0 deletions pagedlegaltext.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

:root {
/* Default font */
font-family: roboto;
Expand Down

0 comments on commit b17ca6e

Please sign in to comment.