Skip to content

Commit

Permalink
v2.2.2 - Removed Preset Fonts Selector
Browse files Browse the repository at this point in the history
  • Loading branch information
ashwinjadhav818 committed Dec 28, 2023
1 parent aa024b8 commit 576562d
Show file tree
Hide file tree
Showing 8 changed files with 14,085 additions and 306 deletions.
14,057 changes: 14,057 additions & 0 deletions Fonts Feature Remove.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Aura",
"version": "2.2.1",
"version": "2.2.2",
"minAppVersion": "1.0.0",
"author": "ashwinjadhav",
"authorUrl": "https://github.com/ashwinjadhav818/"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aura",
"version": "2.2.1",
"version": "2.2.2",
"scripts": {
"version": "node version-bump.mjs && git add manifest.json versions.json"
}
Expand Down
14 changes: 7 additions & 7 deletions src/features/workspace-background.scss

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion src/imports/fonts.scss

Large diffs are not rendered by default.

152 changes: 9 additions & 143 deletions src/plugins/style-settings.scss
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@
overflow-x: hidden;
}
/* certain settins to hide when not in use */
body:not(.font-select) .setting-item[data-id="font-default-select"],
body:not(.font-select) .setting-item[data-id="font-secondary-select"],
body:not(.font-select) .setting-item[data-id="font-monospace-select"],
body:not(.font-bundle) .setting-item[data-id="font-bundle-select"],
body:not(.custom-font) .setting-item[data-id="font-default-custom"],
body:not(.custom-font) .setting-item[data-id="font-secondary-custom"],
body:not(.custom-font) .setting-item[data-id="font-monospace-custom"] {
display: none;
}
// body:not(.font-select) .setting-item[data-id="font-default-select"],
// body:not(.font-select) .setting-item[data-id="font-secondary-select"],
// body:not(.font-select) .setting-item[data-id="font-monospace-select"],
// body:not(.font-bundle) .setting-item[data-id="font-bundle-select"],
// body:not(.custom-font) .setting-item[data-id="fon t-default-custom"],
// body:not(.custom-font) .setting-item[data-id="font-secondary-custom"],
// body:not(.custom-font) .setting-item[data-id="font-monospace-custom"] {
// display: none;
// }

.style-settings-heading:not([data-level="0"]) + .style-settings-container {
border: 1px solid rgba(var(--cpt-text), 0.2);
Expand Down Expand Up @@ -231,140 +231,6 @@ settings:
type: heading
level: 2
collapsed: true
-
id: fonts-source
title: Fonts Source
type: class-select
default: font-bundle
options:
-
label: Use Font Bundles (Presets)
value: font-bundle
-
label: Select Fonts
value: font-select
-
label: Use a System Font
value: custom-font
-
id: font-bundle-select
title: Font Bundle
type: class-select
description: Choose a combination of fonts. NOTE - some fonts may not work offline.
default: ia-font
options:
-
label: Austere
value: austere-font
-
label: iA Writer
value: ia-font
-
label: Google
value: google-font
-
label: Gothic
value: gothic-font
-
label: Obsidian
value: obsidian-font
-
label: Serif
value: serif-font
-
label: Robust
value: robust-font
-
label: Round
value: cursive-font
-
label: Web
value: web-font
-
id: font-default-select
title: Default Font
type: variable-select
default: 'iA Writer Quattro S'
options:
- 'Comfortaa'
- 'Exo'
- 'Figtree'
- 'iA Writer Duo S'
- 'iA Writer Mono S'
- 'iA Writer Quattro S'
- 'Inconsolata'
- 'Inter '
- 'Karla'
- 'Lexend'
- 'Lora'
- 'Martel'
- 'Montserrat'
- 'Nanum Gothic'
- 'Noto Sans'
- 'Noto Sans Mono'
- 'Noto Serif'
- 'Pathway Extreme'
- 'Recursive'
- 'Roboto'
- 'Rubik'
- 'Sono'
- 'Source Code Pro'
- 'Special Elite'
- 'Titillium Web'
- 'Varela Round'
- 'Ysabeau'
-
id: font-secondary-select
title: Secondary Font
type: variable-select
default: 'iA Writer Quattro S'
options:
- 'Comfortaa'
- 'Exo'
- 'Figtree'
- 'iA Writer Duo S'
- 'iA Writer Mono S'
- 'iA Writer Quattro S'
- 'Inconsolata'
- 'Inter '
- 'Karla'
- 'Lexend'
- 'Lora'
- 'Martel'
- 'Montserrat'
- 'Nanum Gothic'
- 'Noto Sans'
- 'Noto Sans Mono'
- 'Noto Serif'
- 'Pathway Extreme'
- 'Recursive'
- 'Roboto'
- 'Rubik'
- 'Sono'
- 'Source Code Pro'
- 'Special Elite'
- 'Titillium Web'
- 'Varela Round'
- 'Ysabeau'
-
id: font-monospace-select
title: Monospace Font
type: variable-select
default: 'iA Writer Mono S'
options:
- 'Cousine'
- 'Exo'
- 'Fira Code'
- 'iA Writer Mono S'
- 'iA Writer Duo S'
- 'iA Writer Quattro S'
- 'Inconsolata'
- 'Nanum Gothic Coding'
- 'Noto Sans Mono'
- 'Roboto Mono'
- 'Special Elite'
- 'Source Code Mono'
-
id: font-default-custom
title: Custom Font Default
Expand Down
159 changes: 7 additions & 152 deletions theme.css

Large diffs are not rendered by default.

4 changes: 3 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,7 @@
"2.0.1": "1.0.0",
"2.1.0": "1.0.0",
"2.1.1": "1.0.0",
"2.2.0": "1.0.0"
"2.2.0": "1.0.0",
"2.2.1": "1.0.0",
"2.2.2": "1.0.0"
}

0 comments on commit 576562d

Please sign in to comment.