Skip to content

Commit

Permalink
Add Fonts
Browse files Browse the repository at this point in the history
  • Loading branch information
alexkolodko committed Mar 13, 2024
1 parent 2ef4044 commit 3a8e490
Show file tree
Hide file tree
Showing 30 changed files with 443 additions and 0 deletions.
Binary file added ProbaNav2/OTF/ProbaNav2-Bold.otf
Binary file not shown.
Binary file added ProbaNav2/OTF/ProbaNav2-BoldCondensed.otf
Binary file not shown.
Binary file added ProbaNav2/OTF/ProbaNav2-Condensed.otf
Binary file not shown.
Binary file added ProbaNav2/OTF/ProbaNav2-ExtraLight.otf
Binary file not shown.
Binary file added ProbaNav2/OTF/ProbaNav2-ExtraLightCondensed.otf
Binary file not shown.
Binary file added ProbaNav2/OTF/ProbaNav2-Light.otf
Binary file not shown.
Binary file added ProbaNav2/OTF/ProbaNav2-LightCondensed.otf
Binary file not shown.
Binary file added ProbaNav2/OTF/ProbaNav2-Medium.otf
Binary file not shown.
Binary file added ProbaNav2/OTF/ProbaNav2-MediumCondensed.otf
Binary file not shown.
Binary file added ProbaNav2/OTF/ProbaNav2-Regular.otf
Binary file not shown.
Binary file added ProbaNav2/OTF/ProbaNav2-SemiBold.otf
Binary file not shown.
Binary file added ProbaNav2/OTF/ProbaNav2-SemiBoldCondensed.otf
Binary file not shown.
Binary file added ProbaNav2/OTF/ProbaNav2-Thin.otf
Binary file not shown.
Binary file added ProbaNav2/OTF/ProbaNav2.pdf
Binary file not shown.
Binary file added ProbaNav2/WOFF, WOFF2/ProbaNav2-Bold.woff
Binary file not shown.
Binary file added ProbaNav2/WOFF, WOFF2/ProbaNav2-Bold.woff2
Binary file not shown.
Binary file added ProbaNav2/WOFF, WOFF2/ProbaNav2-ExtraLight.woff
Binary file not shown.
Binary file added ProbaNav2/WOFF, WOFF2/ProbaNav2-ExtraLight.woff2
Binary file not shown.
Binary file added ProbaNav2/WOFF, WOFF2/ProbaNav2-Light.woff
Binary file not shown.
Binary file added ProbaNav2/WOFF, WOFF2/ProbaNav2-Light.woff2
Binary file not shown.
Binary file added ProbaNav2/WOFF, WOFF2/ProbaNav2-Medium.woff
Binary file not shown.
Binary file added ProbaNav2/WOFF, WOFF2/ProbaNav2-Medium.woff2
Binary file not shown.
Binary file added ProbaNav2/WOFF, WOFF2/ProbaNav2-Regular.woff
Binary file not shown.
Binary file added ProbaNav2/WOFF, WOFF2/ProbaNav2-Regular.woff2
Binary file not shown.
Binary file added ProbaNav2/WOFF, WOFF2/ProbaNav2-SemiBold.woff
Binary file not shown.
Binary file added ProbaNav2/WOFF, WOFF2/ProbaNav2-SemiBold.woff2
Binary file not shown.
Binary file added ProbaNav2/WOFF, WOFF2/ProbaNav2-Thin.woff
Binary file not shown.
Binary file added ProbaNav2/WOFF, WOFF2/ProbaNav2-Thin.woff2
Binary file not shown.
380 changes: 380 additions & 0 deletions ProbaNav2/WOFF, WOFF2/demo.html

Large diffs are not rendered by default.

63 changes: 63 additions & 0 deletions ProbaNav2/WOFF, WOFF2/stylesheet.css
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;
}

0 comments on commit 3a8e490

Please sign in to comment.