Skip to content

Commit

Permalink
re-add fonts
Browse files Browse the repository at this point in the history
  • Loading branch information
dxxxxy committed Dec 9, 2021
1 parent 6189d76 commit c15a8b9
Show file tree
Hide file tree
Showing 12 changed files with 71 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
utils/
zephyr.css
zephyr.js
package.json
Binary file added font/Euclid Circular B Bold Italic.woff
Binary file not shown.
Binary file added font/Euclid Circular B Bold.woff
Binary file not shown.
Binary file added font/Euclid Circular B Italic.woff
Binary file not shown.
Binary file added font/Euclid Circular B Light Italic.woff
Binary file not shown.
Binary file added font/Euclid Circular B Light.woff
Binary file not shown.
Binary file added font/Euclid Circular B Medium Italic.woff
Binary file not shown.
Binary file added font/Euclid Circular B Medium.woff
Binary file not shown.
Binary file added font/Euclid Circular B Regular.woff
Binary file not shown.
Binary file added font/Euclid Circular B SemiBold Italic.woff
Binary file not shown.
Binary file added font/Euclid Circular B SemiBold.woff
Binary file not shown.
71 changes: 71 additions & 0 deletions font/fonts.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,71 @@
/* #### Generated By: http://www.cufonfonts.com #### */

@font-face {
font-family: 'Euclid Circular B Regular';
font-style: normal;
font-weight: normal;
src: local('Euclid Circular B Regular'), url('font/Euclid Circular B Regular.woff') format('woff');
}

@font-face {
font-family: 'Euclid Circular B Italic';
font-style: normal;
font-weight: normal;
src: local('Euclid Circular B Italic'), url('font/Euclid Circular B Italic.woff') format('woff');
}

@font-face {
font-family: 'Euclid Circular B Light';
font-style: normal;
font-weight: normal;
src: local('Euclid Circular B Light'), url('font/Euclid Circular B Light.woff') format('woff');
}

@font-face {
font-family: 'Euclid Circular B Light Italic';
font-style: normal;
font-weight: normal;
src: local('Euclid Circular B Light Italic'), url('font/Euclid Circular B Light Italic.woff') format('woff');
}

@font-face {
font-family: 'Euclid Circular B Medium';
font-style: normal;
font-weight: normal;
src: local('Euclid Circular B Medium'), url('font/Euclid Circular B Medium.woff') format('woff');
}

@font-face {
font-family: 'Euclid Circular B Medium Italic';
font-style: normal;
font-weight: normal;
src: local('Euclid Circular B Medium Italic'), url('font/Euclid Circular B Medium Italic.woff') format('woff');
}

@font-face {
font-family: 'Euclid Circular B SemiBold';
font-style: normal;
font-weight: normal;
src: local('Euclid Circular B SemiBold'), url('font/Euclid Circular B SemiBold.woff') format('woff');
}

@font-face {
font-family: 'Euclid Circular B SemiBold Italic';
font-style: normal;
font-weight: normal;
src: local('Euclid Circular B SemiBold Italic'), url('font/Euclid Circular B SemiBold Italic.woff') format('woff');
}

@font-face {
font-family: 'Euclid Circular B Bold';
font-style: normal;
font-weight: normal;
src: local('Euclid Circular B Bold'), url('font/Euclid Circular B Bold.woff') format('woff');
}

@font-face {
font-family: 'Euclid Circular B Bold Italic';
font-style: normal;
font-weight: normal;
src: local('Euclid Circular B Bold Italic'), url('font/Euclid Circular B Bold Italic.woff') format('woff');
}

0 comments on commit c15a8b9

Please sign in to comment.