8000 Release 3.7.0rc2 by FinalAngel · Pull Request #6724 · django-cms/django-cms · GitHub
[go: up one dir, main page]

Skip to content

Release 3.7.0rc2 #6724

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Aug 27, 2019
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8000 Prev Previous commit
Next Next commit
compile static files
  • Loading branch information
FinalAngel committed Aug 27, 2019
commit 27d04fc74f44698e247fcb6b0d028944cdf37434

Large diffs are not rendered by default.

Large diffs are not rendered by default.

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

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.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions cms/static/cms/sass/components/_iconography.scss
66AE
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
// default font file generated by gulp
@font-face {
font-family: "django-cms-iconfont";
src: url("../../fonts/3.7.0rc1/django-cms-iconfont.eot");
src: url("../../fonts/3.7.0rc1/django-cms-iconfont.eot#iefix") format("eot"),
url("../../fonts/3.7.0rc1/django-cms-iconfont.woff2") format("woff2"),
url("../../fonts/3.7.0rc1/django-cms-iconfont.woff") format("woff"),
url("../../fonts/3.7.0rc1/django-cms-iconfont.ttf") format("truetype"),
url("../../fonts/3.7.0rc1/django-cms-iconfont.svg#django-cms-iconfont") format("svg");
src: url("../../fonts/3.7.0rc2/django-cms-iconfont.eot");
src: url("../../fonts/3.7.0rc2/django-cms-iconfont.eot#iefix") format("eot"),
url("../../fonts/3.7.0rc2/django-cms-iconfont.woff2") format("woff2"),
url("../../fonts/3.7.0rc2/django-cms-iconfont.woff") format("woff"),
url("../../fonts/3.7.0rc2/django-cms-iconfont.ttf") format("truetype"),
url("../../fonts/3.7.0rc2/django-cms-iconfont.svg#django-cms-iconfont") format("svg");
font-weight: normal;
font-style: normal;
}
Expand Down
0