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

fix/SemiBold naming #37

Open
wants to merge 2 commits into
base: gh-pages
Choose a base branch
from
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
28 changes: 14 additions & 14 deletions open-sans.less
Original file line number Diff line number Diff line change
Expand Up @@ -54,31 +54,31 @@
}
/* END Italic */

/* BEGIN Semibold */
/* BEGIN SemiBold */
@font-face {
font-family: 'Open Sans';
src: url('@{OpenSansPath}/Semibold/OpenSans-Semibold.eot');
src: url('@{OpenSansPath}/Semibold/OpenSans-Semibold.eot?#iefix') format('embedded-opentype'),
url('@{OpenSansPath}/Semibold/OpenSans-Semibold.woff') format('woff'),
url('@{OpenSansPath}/Semibold/OpenSans-Semibold.ttf') format('truetype'),
url('@{OpenSansPath}/Semibold/OpenSans-Semibold.svg#OpenSansSemibold') format('svg');
src: url('@{OpenSansPath}/SemiBold/OpenSans-SemiBold.eot');
src: url('@{OpenSansPath}/SemiBold/OpenSans-SemiBold.eot?#iefix') format('embedded-opentype'),
url('@{OpenSansPath}/SemiBold/OpenSans-SemiBold.woff') format('woff'),
url('@{OpenSansPath}/SemiBold/OpenSans-SemiBold.ttf') format('truetype'),
url('@{OpenSansPath}/SemiBold/OpenSans-SemiBold.svg#OpenSansSemiBold') format('svg');
font-weight: 600;
font-style: normal;
}
/* END Semibold */
/* END SemiBold */

/* BEGIN Semibold Italic */
/* BEGIN SemiBold Italic */
@font-face {
font-family: 'Open Sans';
src: url('@{OpenSansPath}/SemiboldItalic/OpenSans-SemiboldItalic.eot');
src: url('@{OpenSansPath}/SemiboldItalic/OpenSans-SemiboldItalic.eot?#iefix') format('embedded-opentype'),
url('@{OpenSansPath}/SemiboldItalic/OpenSans-SemiboldItalic.woff') format('woff'),
url('@{OpenSansPath}/SemiboldItalic/OpenSans-SemiboldItalic.ttf') format('truetype'),
url('@{OpenSansPath}/SemiboldItalic/OpenSans-SemiboldItalic.svg#OpenSansSemiboldItalic') format('svg');
src: url('@{OpenSansPath}/SemiBoldItalic/OpenSans-SemiBoldItalic.eot');
src: url('@{OpenSansPath}/SemiBoldItalic/OpenSans-SemiBoldItalic.eot?#iefix') format('embedded-opentype'),
url('@{OpenSansPath}/SemiBoldItalic/OpenSans-SemiBoldItalic.woff') format('woff'),
url('@{OpenSansPath}/SemiBoldItalic/OpenSans-SemiBoldItalic.ttf') format('truetype'),
url('@{OpenSansPath}/SemiBoldItalic/OpenSans-SemiBoldItalic.svg#OpenSansSemiBoldItalic') format('svg');
font-weight: 600;
font-style: italic;
}
/* END Semibold Italic */
/* END SemiBold Italic */

/* BEGIN Bold */
@font-face {
Expand Down