Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.8
uses: actions/setup-python@v2
- uses: actions/checkout@v4
- name: Set up Python 3.11
uses: actions/setup-python@v5
with:
python-version: 3.8
python-version: "3.11"
- name: Install Linux dependencies
run: |
sudo snap install yq
Expand All @@ -27,7 +27,7 @@ jobs:
mv fontbakery-report.html for-gh-pages
mv proof/* for-gh-pages
- name: Archive artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: Artifacts
path: |
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ proof: venv build.stamp
clean:
rm -rf venv
rm -rf sources/master_ufo
find -iname "*.pyc" -delete
find . -iname "*.pyc" -delete
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Overpass
**Overpass** — _an open source web font family_

+Sponsored by [Google Fonts](https://fonts.google.com) and [Red Hat](http://www.redhat.com), Inspired by [Highway Gothic](http://en.wikipedia.org/wiki/Highway_Gothic), Designed by [Delve Fonts](http://www.delvefonts.com)
Sponsored by [Google Fonts](https://fonts.google.com) and [Red Hat](https://www.redhat.com), Inspired by [Highway Gothic](https://en.wikipedia.org/wiki/Highway_Gothic), Designed by [Delve Fonts](https://www.delvefonts.com)



For more information, please visit [overpassfont.org](http://overpassfont.org "overpassfont.org")
For more information, please visit [overpassfont.org](https://overpassfont.org "overpassfont.org")



Expand Down Expand Up @@ -40,8 +40,8 @@ Then:
Copyright 2016 Red Hat, Inc.,

This Font Software is dual licensed under the SIL Open Font License and the GNU Lesser General Public License,
LGPL 2.1 : http://www.gnu.org/licenses/old-licenses/lgpl-2.1.en.html
OFL 1.1 : http://scripts.sil.org/OFL
LGPL 2.1 : https://www.gnu.org/licenses/old-licenses/lgpl-2.1.en.html
OFL 1.1 : https://scripts.sil.org/OFL


## Repository Layout
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
"license": "(LGPL-2.1 AND OFL-1.1)",
"repository": {
"type": "git",
"url": "git+https://github.com/RedHatBrand/Overpass.git"
"url": "git+https://github.com/RedHatOfficial/Overpass.git"
},
"bugs": {
"url": "https://github.com/RedHatBrand/Overpass/issues"
"url": "https://github.com/RedHatOfficial/Overpass/issues"
},
"homepage": "http://overpassfont.org/"
"homepage": "https://overpassfont.org/"
}