Skip to content

Commit

Permalink
Version 40.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertJGabriel committed Jul 25, 2023
1 parent 6825572 commit 34aff50
Show file tree
Hide file tree
Showing 20 changed files with 297 additions and 462 deletions.
Binary file modified .DS_Store
Binary file not shown.
23 changes: 11 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@


<p align="center">
<a href="https://wwww.opendyslexic.org" target="_blank" rel="noopener noreferrer">
<img width="750" src="./app/assets/images/readme.png" alt="OpenDyslexic logo">
Expand All @@ -12,22 +10,22 @@ Open-Dyslexic is an open-source font designed to improve readability for readers

## 🧩 Extensions

- [Chrome](https://chrome.google.com/webstore/detail/opendyslexic-for-chrome/cdnapgfjopgaggbmfgbiinmmbdcglnam)
- [Firefox](https://addons.mozilla.org/firefox/addon/opendyslexic-for-firefox/)
- [Edge](https://microsoftedge.microsoft.com/addons/detail/opendyslexic/)
- [Chrome](https://chrome.google.com/webstore/detail/opendyslexic-for-chrome/cdnapgfjopgaggbmfgbiinmmbdcglnam)
- [Firefox](https://addons.mozilla.org/firefox/addon/opendyslexic-for-firefox/)
- [Edge](https://microsoftedge.microsoft.com/addons/detail/opendyslexic/)

## 🤝 Support

OpenDyslexic for Chrome is an MIT-licensed open-source project, and its ongoing development is made possible entirely by the support of these awesome backers. If you'd like to join them, please consider:

- [Become a backer on GitHub](https://github.com/sponsors/RobertJGabriel)
- [Become a backer or sponsor on Patreon](https://patreon.com/opendyslexic).
- [Become a backer on GitHub](https://github.com/sponsors/RobertJGabriel)
- [Become a backer or sponsor on Patreon](https://patreon.com/opendyslexic).

### What's the difference between Patreon and GitHub?

Funds donated via GitHub go directly to support Robert James' full-time work on the OpenDyslexic extension.
Funds donated via GitHub go directly to support Robert James' full-time work on the OpenDyslexic extension.

Funds donated via Patreon will be used to compensate work and expenses for Abbie's work on the font.
Funds donated via Patreon will be used to compensate work and expenses for Abbie's work on the font.

Your name/logo will receive proper recognition and exposure by donating on either platform.

Expand All @@ -46,18 +44,19 @@ npm run build
npm run test

```

## 🧪 Testing

To test, go to: `chrome://extensions`, enable Developer mode, and load the app as an unpacked extension.

Need more information about Chrome Extension Development? Please visit [Google Chrome Extension Development](http://developer.chrome.com/extensions/devguide.html).

## ❓ Questions
For questions and support, please visit the GitHub issues tab.

For questions and support, please visit the GitHub issues tab.

## ⭐ Sponsors



## 📜 License

MIT Copyright (c) 2013-present
9 changes: 3 additions & 6 deletions app/assets/styles/css/app.css → app/assets/styles/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -33,17 +33,14 @@
font-style: normal;
}


.viewport,
body {
width: 280px;
height: 480px;
font-family: 'opendyslexic';
background-color: #55B685;
background-color: #55b685;
}

.background-color-od{
background-color: #55B685;
.background-color-od {
background-color: #55b685;
}

.
89 changes: 0 additions & 89 deletions app/assets/styles/core/opendyslexic-bold.css

This file was deleted.

86 changes: 0 additions & 86 deletions app/assets/styles/core/opendyslexic-italic.css

This file was deleted.

137 changes: 0 additions & 137 deletions app/assets/styles/core/opendyslexic-regular.css

This file was deleted.

Loading

0 comments on commit 34aff50

Please sign in to comment.