-
Notifications
You must be signed in to change notification settings - Fork 1
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
1 parent
2ef4044
commit 3a8e490
Showing
30 changed files
with
443 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.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
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,63 @@ | ||
@font-face { | ||
font-family: 'Proba Nav2 Md'; | ||
src: url('ProbaNav2-Medium.woff2') format('woff2'), | ||
url('ProbaNav2-Medium.woff') format('woff'); | ||
font-weight: 500; | ||
font-style: normal; | ||
font-display: swap; | ||
} | ||
|
||
@font-face { | ||
font-family: 'Proba Nav2 ExLt'; | ||
src: url('ProbaNav2-ExtraLight.woff2') format('woff2'), | ||
url('ProbaNav2-ExtraLight.woff') format('woff'); | ||
font-weight: 200; | ||
font-style: normal; | ||
font-display: swap; | ||
} | ||
|
||
@font-face { | ||
font-family: 'Proba Nav2'; | ||
src: url('ProbaNav2-Bold.woff2') format('woff2'), | ||
url('ProbaNav2-Bold.woff') format('woff'); | ||
font-weight: bold; | ||
font-style: normal; | ||
font-display: swap; | ||
} | ||
|
||
@font-face { | ||
font-family: 'Proba Nav2 Lt'; | ||
src: url('ProbaNav2-Light.woff2') format('woff2'), | ||
url('ProbaNav2-Light.woff') format('woff'); | ||
font-weight: 300; | ||
font-style: normal; | ||
font-display: swap; | ||
} | ||
|
||
@font-face { | ||
font-family: 'Proba Nav2 SmBd'; | ||
src: url('ProbaNav2-SemiBold.woff2') format('woff2'), | ||
url('ProbaNav2-SemiBold.woff') format('woff'); | ||
font-weight: 600; | ||
font-style: normal; | ||
font-display: swap; | ||
} | ||
|
||
@font-face { | ||
font-family: 'Proba Nav2 Th'; | ||
src: url('ProbaNav2-Thin.woff2') format('woff2'), | ||
url('ProbaNav2-Thin.woff') format('woff'); | ||
font-weight: 100; | ||
font-style: normal; | ||
font-display: swap; | ||
} | ||
|
||
@font-face { | ||
font-family: 'Proba Nav2'; | ||
src: url('ProbaNav2-Regular.woff2') format('woff2'), | ||
url('ProbaNav2-Regular.woff') format('woff'); | ||
font-weight: normal; | ||
font-style: normal; | ||
font-display: swap; | ||
} | ||
|