Skip to content
This repository has been archived by the owner on Aug 18, 2020. It is now read-only.

Commit

Permalink
v2.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
spikecodes committed Mar 31, 2020
1 parent 4bc069d commit 9650cb9
Show file tree
Hide file tree
Showing 16 changed files with 74 additions and 0 deletions.
Binary file added css/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added css/fonts/CircularStd-Black.ttf
Binary file not shown.
Binary file added css/fonts/CircularStd-BlackItalic.ttf
Binary file not shown.
Binary file added css/fonts/CircularStd-Bold.ttf
Binary file not shown.
Binary file added css/fonts/CircularStd-BoldItalic.ttf
Binary file not shown.
Binary file added css/fonts/CircularStd-Book.ttf
Binary file not shown.
Binary file added css/fonts/CircularStd-BookItalic.ttf
Binary file not shown.
Binary file added css/fonts/CircularStd-Medium.ttf
Binary file not shown.
Binary file added css/fonts/CircularStd-MediumItalic.ttf
Binary file not shown.
55 changes: 55 additions & 0 deletions css/fonts/circular_std.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
@font-face {
font-family: 'Circular Std';
src: url('CircularStd-MediumItalic.ttf');
font-weight: 500;
font-style: italic;
}

@font-face {
font-family: 'Circular Std';
src: url('CircularStd-Black.ttf');
font-weight: 900;
font-style: normal;
}

@font-face {
font-family: 'Circular Std';
src: url('CircularStd-Medium.ttf');
font-weight: 500;
font-style: normal;
}

@font-face {
font-family: 'Circular Std';
src: url('CircularStd-Bold.ttf');
font-weight: bold;
font-style: normal;
}

@font-face {
font-family: 'Circular Std';
src: url('CircularStd-BlackItalic.ttf');
font-weight: 900;
font-style: italic;
}

@font-face {
font-family: 'Circular Std';
src: url('CircularStd-BookItalic.ttf');
font-weight: normal;
font-style: italic;
}

@font-face {
font-family: 'Circular Std';
src: url('CircularStd-BoldItalic.ttf');
font-weight: bold;
font-style: italic;
}

@font-face {
font-family: 'Circular Std';
src: url('CircularStd-Book.ttf');
font-weight: normal;
font-style: normal;
}
1 change: 1 addition & 0 deletions images/home.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions images/left.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions images/maximize.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions images/minimize.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions images/restore.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions images/right.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 9650cb9

Please sign in to comment.