Skip to content

Commit

Permalink
Merge pull request #52 from SimplyEdit/feature/simply-toolbar
Browse files Browse the repository at this point in the history
Updated toolbar
  • Loading branch information
ylebre authored Dec 4, 2024
2 parents eb12311 + 479c4b6 commit 191ae0b
Show file tree
Hide file tree
Showing 32 changed files with 2,840 additions and 233 deletions.
Binary file added www/api/data/assets/fonts/CoconRegularFont.woff
Binary file not shown.
1 change: 1 addition & 0 deletions www/api/data/assets/img/feather-sprite.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 www/api/data/base-components/font-cocon/headHtml/cocon.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<style>
@font-face {
font-family: 'Cocon';
font-style: normal;
font-weight: 500;
src: local('Cocon'), url('/assets/fonts/CoconRegularFont.woff') format('woff');
}
</style>
1 change: 1 addition & 0 deletions www/api/data/base-components/font-cocon/meta.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"id":"font-cocon","description":""}
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,7 @@
position: relative;
z-index: 101;
}
</style>
.simply-toasts:has(.simply-empty) {
display: none;
}
</style>
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
@import url('https://fonts.googleapis.com/css?family=Alegreya+Sans:400,400i,700,700i');
Loading

0 comments on commit 191ae0b

Please sign in to comment.