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

bower file #29

Merged
merged 2 commits into from
Apr 21, 2013
Merged

bower file #29

merged 2 commits into from
Apr 21, 2013

Conversation

willfarrell
Copy link
Contributor

Will allow devs to easily get the latest version into their apps.

@willfarrell
Copy link
Contributor Author

Added in the webfont conversions. Sample css for others that want to host themselves.

@font-face {
    font-family: 'opendyslexic';
    src: url('../font/OpenDyslexic-Regular.otf') format("opentype"),
         url('../font/OpenDyslexic-Regular.eot?#iefix') format('embedded-opentype'),
         url('../font/OpenDyslexic-Regular.woff') format('woff'),
         url('../font/OpenDyslexic-Regular.ttf') format('truetype'),
         url('../font/OpenDyslexic-Regular.svg#svgFontName') format('svg');
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: 'opendyslexic';
    src: url('../font/OpenDyslexic-Italic.otf') format("opentype"),
         url('../font/OpenDyslexic-Italic.eot?#iefix') format('embedded-opentype'),
         url('../font/OpenDyslexic-Italic.woff') format('woff'),
         url('../font/OpenDyslexic-Italic.ttf') format('truetype'),
         url('../font/OpenDyslexic-Italic.svg#svgFontName') format('svg');
    font-style: italic;
    font-weight: normal;
}

@font-face {
    font-family: 'opendyslexic';
    src: url('../font/OpenDyslexic-Bold.otf') format("opentype"),
         url('../font/OpenDyslexic-Bold.eot?#iefix') format('embedded-opentype'),
         url('../font/OpenDyslexic-Bold.woff') format('woff'),
         url('../font/OpenDyslexic-Bold.ttf') format('truetype'),
         url('../font/OpenDyslexic-Bold.svg#svgFontName') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'opendyslexic';
    src: url('../font/OpenDyslexic-BoldItalic.otf') format("opentype"),
         url('../font/OpenDyslexic-BoldItalic.eot?#iefix') format('embedded-opentype'),
         url('../font/OpenDyslexic-BoldItalic.woff') format('woff'),
         url('../font/OpenDyslexic-BoldItalic.ttf') format('truetype'),
         url('../font/OpenDyslexic-BoldItalic.svg#svgFontName') format('svg');
    font-weight: bold;
    font-style: italic;
}

antijingoist added a commit that referenced this pull request Apr 21, 2013
bower file: Will allow devs to easily get the latest version into their apps.
@antijingoist antijingoist merged commit 9fe5e59 into antijingoist:master Apr 21, 2013
@antijingoist
Copy link
Owner

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants