Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds Icon fonts support #66

Merged
merged 1 commit into from
Jul 25, 2023
Merged
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
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