Skip to content

Commit

Permalink
Update Open Sans font to version 3.0 (#3144)
Browse files Browse the repository at this point in the history
The fonts were downloaded from:
https://fonts.google.com/specimen/Open+Sans

And converted to woff2 using:
https://github.com/google/woff2/

---------

Co-authored-by: DawiAlotaibi <[email protected]>
  • Loading branch information
mathjazz and DawiAlotaibi authored Mar 13, 2024
1 parent a06f723 commit a565024
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 10 deletions.
2 changes: 1 addition & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ version: 2
build:
os: ubuntu-22.04
tools:
python: "3.10"
python: '3.10'
# You can also specify other tool versions:
# nodejs: "20"
# rust: "1.70"
Expand Down
9 changes: 0 additions & 9 deletions pontoon/base/static/css/fonts.css
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,3 @@
font-weight: 400;
src: url('../fonts/OpenSans-Italic.woff2') format('woff2');
}

/* Workaround for https://github.com/google/fonts/issues/6221 */
@font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 400;
src: url('../fonts/OpenSans-Regular.woff2') format('woff2');
unicode-range: U+60;
}
Binary file modified pontoon/base/static/fonts/OpenSans-Bold.woff2
Binary file not shown.
Binary file modified pontoon/base/static/fonts/OpenSans-Italic.woff2
Binary file not shown.
Binary file modified pontoon/base/static/fonts/OpenSans-Light.woff2
Binary file not shown.
Binary file modified pontoon/base/static/fonts/OpenSans-Regular.woff2
Binary file not shown.

0 comments on commit a565024

Please sign in to comment.