-
Notifications
You must be signed in to change notification settings - Fork 94
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Andy Fitzsimon
committed
Nov 17, 2016
1 parent
f1633b0
commit 4886c84
Showing
131 changed files
with
395,606 additions
and
0 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Binary file renamed
BIN
+67.2 KB
...ts/Overpass Desktop OTF/Overpass Bold.otf → desktop-fonts/overpass/overpass-bold.otf
Binary file not shown.
File renamed without changes.
Binary file renamed
BIN
+65.3 KB
...erpass Desktop OTF/Overpass ExtraBold.otf → ...top-fonts/overpass/overpass-extrabold.otf
Binary file not shown.
File renamed without changes.
Binary file renamed
BIN
+69 KB
...rpass Desktop OTF/Overpass ExtraLight.otf → ...op-fonts/overpass/overpass-extralight.otf
Binary file not shown.
File renamed without changes.
Binary file renamed
BIN
+68.6 KB
...s/Overpass Desktop OTF/Overpass Heavy.otf → desktop-fonts/overpass/overpass-heavy.otf
Binary file not shown.
File renamed without changes.
File renamed without changes.
Binary file renamed
BIN
+67.6 KB
...s/Overpass Desktop OTF/Overpass Light.otf → desktop-fonts/overpass/overpass-light.otf
Binary file not shown.
Binary file renamed
BIN
+68.1 KB
...Overpass Desktop OTF/Overpass Regular.otf → desktop-fonts/overpass/overpass-regular.otf
Binary file not shown.
File renamed without changes.
Binary file renamed
BIN
+64.1 KB
...verpass Desktop OTF/Overpass SemiBold.otf → desktop-fonts/overpass/overpass-semibold.otf
Binary file not shown.
File renamed without changes.
Binary file renamed
BIN
+67 KB
...ts/Overpass Desktop OTF/Overpass Thin.otf → desktop-fonts/overpass/overpass-thin.otf
Binary file not shown.
File renamed without changes.
File renamed without changes.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
<!doctype html> | ||
<html class="no-js" lang=""> | ||
<head> | ||
<link rel="stylesheet" href="overpass-mono.css" /> | ||
<style>body{font-family: overpass-mono, monospace; font-size:9vw; } | ||
p{margin:0; line-height:1.2em; padding:0;}</style> | ||
</head> | ||
<body> | ||
<p style="font-weight:300">Overpass Mono</p> | ||
<p style="font-weight:400">Overpass Mono</p> | ||
<p style="font-weight:500">Overpass Mono</p> | ||
<p style="font-weight:600">Overpass Mono</p> | ||
|
||
</body> | ||
</html> |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
|
||
|
||
@font-face { | ||
font-family: 'overpass-mono'; | ||
src: url('overpass-mono-light.eot'); | ||
src: url('overpass-mono-light.eot?#iefix') format('embedded-opentype'), | ||
url('overpass-mono-light.woff2') format('woff2'), | ||
url('overpass-mono-light.woff') format('woff'), | ||
url('overpass-mono-light.ttf') format('truetype'); | ||
font-weight: 300; | ||
font-style: normal; | ||
} | ||
|
||
|
||
|
||
@font-face { | ||
font-family: 'overpass-mono'; | ||
src: url('overpass-mono-regular.eot'); | ||
src: url('overpass-mono-regular.eot?#iefix') format('embedded-opentype'), | ||
url('overpass-mono-regular.woff2') format('woff2'), | ||
url('overpass-mono-regular.woff') format('woff'), | ||
url('overpass-mono-regular.ttf') format('truetype'); | ||
font-weight: 400; | ||
font-style: normal; | ||
} | ||
|
||
|
||
|
||
@font-face { | ||
font-family: 'overpass-mono'; | ||
src: url('overpass-mono-semibold.eot'); | ||
src: url('overpass-mono-semibold.eot?#iefix') format('embedded-opentype'), | ||
url('overpass-mono-semibold.woff2') format('woff2'), | ||
url('overpass-mono-semibold.woff') format('woff'), | ||
url('overpass-mono-semibold.ttf') format('truetype'); | ||
font-weight: 500; | ||
font-style: normal; | ||
} | ||
|
||
|
||
|
||
@font-face { | ||
font-family: 'overpass-mono'; | ||
src: url('overpass-mono-bold.eot'); | ||
src: url('overpass-mono-bold.eot?#iefix') format('embedded-opentype'), | ||
url('overpass-mono-bold.woff2') format('woff2'), | ||
url('overpass-mono-bold.woff') format('woff'), | ||
url('overpass-mono-bold.ttf') format('truetype'); | ||
font-weight: 600; | ||
font-style: normal; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
<!doctype html> | ||
<html class="no-js" lang=""> | ||
<head> | ||
<link rel="stylesheet" href="overpass.css" /> | ||
<style>body{font-family: overpass, sans-serif; font-size:9vw; } | ||
p{margin:0; line-height:1.2em; padding:0;}</style> | ||
</head> | ||
<body> | ||
<p style="font-weight:200">Overpass <i>Overpass</i></p> | ||
<p style="font-weight:300">Overpass <i>Overpass</i></p> | ||
<p style="font-weight:400">Overpass <i>Overpass</i></p> | ||
<p style="font-weight:500">Overpass <i>Overpass</i></p> | ||
<p style="font-weight:600">Overpass <i>Overpass</i></p> | ||
<p style="font-weight:700">Overpass <i>Overpass</i></p> | ||
<p style="font-weight:800">Overpass <i>Overpass</i></p> | ||
<p style="font-weight:900">Overpass <i>Overpass</i></p> | ||
</body> | ||
</html> |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Binary file not shown.
Binary file renamed
BIN
+88.9 KB
...ts/Overpass Desktop TTF/Overpass Bold.ttf → webfonts/overpass-webfont/overpass-bold.ttf
Binary file not shown.
Binary file renamed
BIN
+42.6 KB
...onts/Overpass Webfonts/Overpass Bold.woff → webfonts/overpass-webfont/overpass-bold.woff
Binary file not shown.
Binary file not shown.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Binary file not shown.
Binary file renamed
BIN
+87.7 KB
...erpass Desktop TTF/Overpass ExtraBold.ttf → ...s/overpass-webfont/overpass-extrabold.ttf
Binary file not shown.
Binary file not shown.
Binary file not shown.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Binary file not shown.
Binary file renamed
BIN
+90.3 KB
...rpass Desktop TTF/Overpass ExtraLight.ttf → .../overpass-webfont/overpass-extralight.ttf
Binary file not shown.
Binary file not shown.
Binary file not shown.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Binary file not shown.
Binary file renamed
BIN
+89.9 KB
...s/Overpass Desktop TTF/Overpass Heavy.ttf → webfonts/overpass-webfont/overpass-heavy.ttf
Binary file not shown.
Binary file renamed
BIN
+43.9 KB
...nts/Overpass Webfonts/Overpass Heavy.woff → ...onts/overpass-webfont/overpass-heavy.woff
Binary file not shown.
Binary file not shown.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Binary file not shown.
Binary file renamed
BIN
+89.8 KB
...s/Overpass Desktop TTF/Overpass Light.ttf → webfonts/overpass-webfont/overpass-light.ttf
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file renamed
BIN
+90 KB
...Overpass Desktop TTF/Overpass Regular.ttf → ...nts/overpass-webfont/overpass-regular.ttf
Binary file not shown.
Binary file not shown.
Binary file not shown.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Binary file not shown.
Binary file renamed
BIN
+87.5 KB
...verpass Desktop TTF/Overpass SemiBold.ttf → ...ts/overpass-webfont/overpass-semibold.ttf
Binary file not shown.
Binary file not shown.
Binary file not shown.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Binary file not shown.
Binary file renamed
BIN
+88.3 KB
...ts/Overpass Desktop TTF/Overpass Thin.ttf → webfonts/overpass-webfont/overpass-thin.ttf
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,189 @@ | ||
@font-face { | ||
font-family: 'overpass'; | ||
src: url('overpass-thin.eot'); /* IE9 Compat Modes */ | ||
src: url('overpass-thin.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ | ||
url('overpass-thin.woff2') format('woff2'), /* Super Modern Browsers */ | ||
url('overpass-thin.woff') format('woff'), /* Pretty Modern Browsers */ | ||
url('overpass-thin.ttf') format('truetype'); /* Safari, Android, iOS */ | ||
font-weight: 200; | ||
font-style: normal; | ||
} | ||
|
||
@font-face { | ||
font-family: 'overpass'; | ||
src: url('overpass-thin-italic.eot'); | ||
src: url('overpass-thin-italic.eot?#iefix') format('embedded-opentype'), | ||
url('overpass-thin-italic.woff2') format('woff2'), | ||
url('overpass-thin-italic.woff') format('woff'), | ||
url('overpass-thin-italic.ttf') format('truetype'); | ||
font-weight: 200; | ||
font-style: italic; | ||
} | ||
|
||
|
||
@font-face { | ||
font-family: 'overpass'; | ||
src: url('overpass-extralight.eot'); | ||
src: url('overpass-extralight.eot?#iefix') format('embedded-opentype'), | ||
url('overpass-extralight.woff2') format('woff2'), | ||
url('overpass-extralight.woff') format('woff'), | ||
url('overpass-extralight.ttf') format('truetype'); | ||
font-weight: 300; | ||
font-style: normal; | ||
} | ||
|
||
@font-face { | ||
font-family: 'overpass'; | ||
src: url('overpass-extralight-italic.eot'); | ||
src: url('overpass-extralight-italic.eot?#iefix') format('embedded-opentype'), | ||
url('overpass-extralight-italic.woff2') format('woff2'), | ||
url('overpass-extralight-italic.woff') format('woff'), | ||
url('overpass-extralight-italic.ttf') format('truetype'); | ||
font-weight: 300; | ||
font-style: italic; | ||
} | ||
|
||
|
||
|
||
@font-face { | ||
font-family: 'overpass'; | ||
src: url('overpass-light.eot'); | ||
src: url('overpass-light.eot?#iefix') format('embedded-opentype'), | ||
url('overpass-light.woff2') format('woff2'), | ||
url('overpass-light.woff') format('woff'), | ||
url('overpass-light.ttf') format('truetype'); | ||
font-weight: 400; | ||
font-style: normal; | ||
} | ||
|
||
@font-face { | ||
font-family: 'overpass'; | ||
src: url('overpass-light-italic.eot'); | ||
src: url('overpass-light-italic.eot?#iefix') format('embedded-opentype'), | ||
url('overpass-light-italic.woff2') format('woff2'), | ||
url('overpass-light-italic.woff') format('woff'), | ||
url('overpass-light-italic.ttf') format('truetype'); | ||
font-weight: 400; | ||
font-style: italic; | ||
} | ||
|
||
|
||
|
||
@font-face { | ||
font-family: 'overpass'; | ||
src: url('overpass-regular.eot'); | ||
src: url('overpass-regular.eot?#iefix') format('embedded-opentype'), | ||
url('overpass-regular.woff2') format('woff2'), | ||
url('overpass-regular.woff') format('woff'), | ||
url('overpass-regular.ttf') format('truetype'); | ||
font-weight: 500; | ||
font-style: normal; | ||
} | ||
|
||
@font-face { | ||
font-family: 'overpass'; | ||
src: url('overpass-regular-italic.eot'); | ||
src: url('overpass-regular-italic.eot?#iefix') format('embedded-opentype'), | ||
url('overpass-regular-italic.woff2') format('woff2'), | ||
url('overpass-regular-italic.woff') format('woff'), | ||
url('overpass-regular-italic.ttf') format('truetype'); | ||
font-weight: 500; | ||
font-style: italic; | ||
} | ||
|
||
|
||
|
||
|
||
@font-face { | ||
font-family: 'overpass'; | ||
src: url('overpass-semibold.eot'); | ||
src: url('overpass-semibold.eot?#iefix') format('embedded-opentype'), | ||
url('overpass-semibold.woff2') format('woff2'), | ||
url('overpass-semibold.woff') format('woff'), | ||
url('overpass-semibold.ttf') format('truetype'); | ||
font-weight: 600; | ||
font-style: normal; | ||
} | ||
|
||
@font-face { | ||
font-family: 'overpass'; | ||
src: url('overpass-semibold-italic.eot'); | ||
src: url('overpass-semibold-italic.eot?#iefix') format('embedded-opentype'), | ||
url('overpass-semibold-italic.woff2') format('woff2'), | ||
url('overpass-semibold-italic.woff') format('woff'), | ||
url('overpass-semibold-italic.ttf') format('truetype'); | ||
font-weight: 600; | ||
font-style: italic; | ||
} | ||
|
||
|
||
|
||
|
||
@font-face { | ||
font-family: 'overpass'; | ||
src: url('overpass-bold.eot'); | ||
src: url('overpass-bold.eot?#iefix') format('embedded-opentype'), | ||
url('overpass-bold.woff2') format('woff2'), | ||
url('overpass-bold.woff') format('woff'), | ||
url('overpass-bold.ttf') format('truetype'); | ||
font-weight: 700; | ||
font-style: normal; | ||
} | ||
|
||
@font-face { | ||
font-family: 'overpass'; | ||
src: url('overpass-bold-italic.eot'); | ||
src: url('overpass-bold-italic.eot?#iefix') format('embedded-opentype'), | ||
url('overpass-bold-italic.woff2') format('woff2'), | ||
url('overpass-bold-italic.woff') format('woff'), | ||
url('overpass-bold-italic.ttf') format('truetype'); | ||
font-weight: 700; | ||
font-style: italic; | ||
} | ||
|
||
|
||
|
||
@font-face { | ||
font-family: 'overpass'; | ||
src: url('overpass-extrabold.eot'); | ||
src: url('overpass-extrabold.eot?#iefix') format('embedded-opentype'), | ||
url('overpass-extrabold.woff2') format('woff2'), | ||
url('overpass-extrabold.woff') format('woff'), | ||
url('overpass-extrabold.ttf') format('truetype'); | ||
font-weight: 800; | ||
font-style: normal; | ||
} | ||
|
||
@font-face { | ||
font-family: 'overpass'; | ||
src: url('overpass-extrabold-italic.eot'); | ||
src: url('overpass-extrabold-italic.eot?#iefix') format('embedded-opentype'), | ||
url('overpass-extrabold-italic.woff2') format('woff2'), | ||
url('overpass-extrabold-italic.woff') format('woff'), | ||
url('overpass-extrabold-italic.ttf') format('truetype'); | ||
font-weight: 800; | ||
font-style: italic; | ||
} | ||
|
||
|
||
@font-face { | ||
font-family: 'overpass'; | ||
src: url('overpass-heavy.eot'); | ||
src: url('overpass-heavy.eot?#iefix') format('embedded-opentype'), | ||
url('overpass-heavy.woff2') format('woff2'), | ||
url('overpass-heavy.woff') format('woff'), | ||
url('overpass-heavy.ttf') format('truetype'); | ||
font-weight: 900; | ||
font-style: normal; | ||
} | ||
|
||
@font-face { | ||
font-family: 'overpass'; | ||
src: url('overpass-heavy-italic.eot'); | ||
src: url('overpass-heavy-italic.eot?#iefix') format('embedded-opentype'), | ||
url('overpass-heavy-italic.woff2') format('woff2'), | ||
url('overpass-heavy-italic.woff') format('woff'), | ||
url('overpass-heavy-italic.ttf') format('truetype'); | ||
font-weight: 900; | ||
font-style: italic; | ||
} |