Skip to content

Commit

Permalink
Updated font-family for additional classes
Browse files Browse the repository at this point in the history
  • Loading branch information
SHSharkar committed Mar 29, 2022
1 parent 4ba7447 commit c79f94f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
8 changes: 7 additions & 1 deletion dist/dist.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,13 @@
}

html,
body {
body,
.editor-content .editable,
#editor-content .editable,
.editable,
.font-editor,
#note-text-editor,
* {
font-size: 15px;
font-family: "JetBrains Mono", -apple-system, BlinkMacSystemFont, "Segoe UI",
"Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans",
Expand Down
4 changes: 2 additions & 2 deletions ext.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ metatype: json
"name": "JetBrains Mono Font",
"content_type": "SN|Theme",
"area": "themes",
"version": "1.1.5",
"version": "1.1.6",
"description": "JetBrains Mono font for Standard Notes editor.",
"url": "https://aifdn.github.io/SN-JetBrains-Mono/dist/dist.css",
"download_url": "https://codeload.github.com/aiFdn/SN-JetBrains-Mono/zip/refs/tags/1.1.5",
"download_url": "https://codeload.github.com/aiFdn/SN-JetBrains-Mono/zip/refs/tags/1.1.6",
"latest_url": "https://listed.to/p/xxSlhfXCEN",
"marketing_url": "https://github.com/aiFdn/SN-JetBrains-Mono",
"thumbnail_url": "https://github.com/aiFdn/SN-JetBrains-Mono/thumbnail/thumbnail.jpg"
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": "io.github.aifdn.sn-jetbrains-mono",
"version": "1.1.5",
"version": "1.1.6",
"main": "dist/dist.css",
"sn": {
"main": "dist/dist.css"
Expand Down

0 comments on commit c79f94f

Please sign in to comment.