Skip to content

Commit

Permalink
uses original font files from the artist
Browse files Browse the repository at this point in the history
  • Loading branch information
edelstone committed May 17, 2018
1 parent 55cdedf commit a256b59
Show file tree
Hide file tree
Showing 15 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
@@ -1,6 +1,6 @@
# [<img src="https://maketintsandshades.com/favicon.ico" width="25px" />](https://maketintsandshades.com) &nbsp;[Tint & Shade Generator](https://maketintsandshades.com)

<img src="maketintsandshades.jpg" />
<img src="/images/maketintsandshades.jpg" />

## What is the Tint & Shade Generator?
The purpose of this tool is to accurately produce tints (lighter variants) and shades (darker variants) of a given hex color in 10% increments.
Expand Down
12 changes: 6 additions & 6 deletions css/fonts.css
Expand Up @@ -3,24 +3,24 @@
font-style: normal;
font-weight: 400;
src: local('Work Sans'), local('WorkSans-Regular'),
url('/fonts/work-sans-v3-latin-regular.woff2') format('woff2'),
url('/fonts/work-sans-v3-latin-regular.woff') format('woff');
url('/fonts/WorkSans-Regular.woff2') format('woff2'),
url('/fonts/WorkSans-Regular.woff') format('woff');
}

@font-face {
font-family: 'Work Sans';
font-style: normal;
font-weight: 700;
src: local('Work Sans Bold'), local('WorkSans-Bold'),
url('/fonts/work-sans-v3-latin-700.woff2') format('woff2'),
url('/fonts/work-sans-v3-latin-700.woff') format('woff');
url('/fonts/WorkSans-Bold.woff2') format('woff2'),
url('/fonts/WorkSans-Bold.woff') format('woff');
}

@font-face {
font-family: 'Work Sans';
font-style: normal;
font-weight: 900;
src: local('Work Sans Black'), local('WorkSans-Black'),
url('/fonts/work-sans-v3-latin-900.woff2') format('woff2'),
url('/fonts/work-sans-v3-latin-900.woff') format('woff');
url('/fonts/WorkSans-Black.woff2') format('woff2'),
url('/fonts/WorkSans-Black.woff') format('woff');
}
Binary file added fonts/WorkSans-Black.woff
Binary file not shown.
Binary file added fonts/WorkSans-Black.woff2
Binary file not shown.
Binary file added fonts/WorkSans-Bold.woff
Binary file not shown.
Binary file added fonts/WorkSans-Bold.woff2
Binary file not shown.
Binary file added fonts/WorkSans-Regular.woff
Binary file not shown.
Binary file added fonts/WorkSans-Regular.woff2
Binary file not shown.
Binary file removed fonts/work-sans-v3-latin-700.woff
Binary file not shown.
Binary file removed fonts/work-sans-v3-latin-700.woff2
Binary file not shown.
Binary file removed fonts/work-sans-v3-latin-900.woff
Binary file not shown.
Binary file removed fonts/work-sans-v3-latin-900.woff2
Binary file not shown.
Binary file removed fonts/work-sans-v3-latin-regular.woff
Binary file not shown.
Binary file removed fonts/work-sans-v3-latin-regular.woff2
Binary file not shown.
File renamed without changes

0 comments on commit a256b59

Please sign in to comment.