Skip to content

Commit

Permalink
rebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
hakimel committed Oct 18, 2024
1 parent 3bac99a commit 9922d15
Show file tree
Hide file tree
Showing 25 changed files with 18 additions and 33 deletions.
2 changes: 1 addition & 1 deletion dist/theme/beige.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/theme/black-contrast.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/theme/black.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/theme/blood.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 1 addition & 4 deletions dist/theme/fonts/league-gothic/league-gothic.css
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
@font-face {
font-family: 'League Gothic';
src: url('./league-gothic.eot');
src: url('./league-gothic.eot?#iefix') format('embedded-opentype'),
url('./league-gothic.woff') format('woff'),
url('./league-gothic.ttf') format('truetype');
src: url('./league-gothic.woff') format('woff');

font-weight: normal;
font-style: normal;
Expand Down
Binary file removed dist/theme/fonts/league-gothic/league-gothic.eot
Binary file not shown.
Binary file removed dist/theme/fonts/league-gothic/league-gothic.ttf
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.
20 changes: 4 additions & 16 deletions dist/theme/fonts/source-sans-pro/source-sans-pro.css
Original file line number Diff line number Diff line change
@@ -1,39 +1,27 @@
@font-face {
font-family: 'Source Sans Pro';
src: url('./source-sans-pro-regular.eot');
src: url('./source-sans-pro-regular.eot?#iefix') format('embedded-opentype'),
url('./source-sans-pro-regular.woff') format('woff'),
url('./source-sans-pro-regular.ttf') format('truetype');
src: url('./source-sans-pro-regular.woff') format('woff');
font-weight: normal;
font-style: normal;
}

@font-face {
font-family: 'Source Sans Pro';
src: url('./source-sans-pro-italic.eot');
src: url('./source-sans-pro-italic.eot?#iefix') format('embedded-opentype'),
url('./source-sans-pro-italic.woff') format('woff'),
url('./source-sans-pro-italic.ttf') format('truetype');
src: url('./source-sans-pro-italic.woff') format('woff');
font-weight: normal;
font-style: italic;
}

@font-face {
font-family: 'Source Sans Pro';
src: url('./source-sans-pro-semibold.eot');
src: url('./source-sans-pro-semibold.eot?#iefix') format('embedded-opentype'),
url('./source-sans-pro-semibold.woff') format('woff'),
url('./source-sans-pro-semibold.ttf') format('truetype');
src: url('./source-sans-pro-semibold.woff') format('woff');
font-weight: 600;
font-style: normal;
}

@font-face {
font-family: 'Source Sans Pro';
src: url('./source-sans-pro-semibolditalic.eot');
src: url('./source-sans-pro-semibolditalic.eot?#iefix') format('embedded-opentype'),
url('./source-sans-pro-semibolditalic.woff') format('woff'),
url('./source-sans-pro-semibolditalic.ttf') format('truetype');
src: url('./source-sans-pro-semibolditalic.woff') format('woff');
font-weight: 600;
font-style: italic;
}
2 changes: 1 addition & 1 deletion dist/theme/league.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/theme/moon.css

Large diffs are not rendered by default.

Loading

0 comments on commit 9922d15

Please sign in to comment.