diff --git a/css/style.css b/css/style.css index d95c5af..7fc2d27 100644 --- a/css/style.css +++ b/css/style.css @@ -112,7 +112,6 @@ a:hover { } .display-7 { - font-family: montserrat; font-size: 30px; font-weight: normal; } diff --git a/docs.html b/docs.html index d266c94..bce1227 100644 --- a/docs.html +++ b/docs.html @@ -136,7 +136,7 @@
[[settings]]
block will be merged with the global ones, allowing you
to only replace a few and leave the rest intact.
-
To create a new project, enter the projects/
directory by selecting the command Open Directory With Project Files
in the command palette
and create a new file with the following naming scheme: Your Project Name.focus-config
.
@@ -145,7 +145,7 @@
Example Project.focus-config
available for
reference in the projects
directory.
-
In the editor, executing the Switch To Project
command will display a menu of available projects to switch to.
When you switch to a project, Focus scans the configured workspace directories and loads all text files.
@@ -165,16 +165,18 @@
Ask on our Discord server. We might be able to add it or prioritize adding it. In Focus syntax highlighting is done by writing a language lexer. It is straightforward enough to add a lexer for a new language, but you have to have a Jai compiler.
-There isn't, and it's unlikely there ever will be in the base editor. Someone might fork the editor and add one someday.
+