Skip to content

Commit

Permalink
Remove old font
Browse files Browse the repository at this point in the history
  • Loading branch information
focus-editor committed Apr 10, 2024
1 parent c3122b3 commit 60a9186
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
1 change: 0 additions & 1 deletion css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,6 @@ a:hover {
}

.display-7 {
font-family: montserrat;
font-size: 30px;
font-weight: normal;
}
Expand Down
10 changes: 6 additions & 4 deletions docs.html
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ <h2 class="display-7" id="projects">Projects</h2>
the global settings, while other options (such as keymaps or the options in the <code>[[settings]]</code> block will be merged with the global ones, allowing you
to only replace a few and leave the rest intact.
</p>
<p><h4>Creating a new project</h4></p>
<p><h5>Creating a new project</h5></p>
<p>
To create a new project, enter the <code>projects/</code> directory by selecting the command <code>Open Directory With Project Files</code> in the command palette
and create a new file with the following naming scheme: <code>Your Project Name.focus-config</code>.
Expand All @@ -145,7 +145,7 @@ <h2 class="display-7" id="projects">Projects</h2>
When you first launch Focus, there will be an <code>Example Project.focus-config</code> available for
reference in the <code>projects</code> directory.
</p>
<p><h4>Switching to project</h4></p>
<p><h5>Switching to project</h5></p>
<p>
In the editor, executing the <code>Switch To Project</code> 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.
Expand All @@ -165,16 +165,18 @@ <h2 class="display-7" id="projects">Projects</h2>

<!-- ======== FAQ ======== -->
<h2 class="display-7" id="faq">FAQ</h2>
<h4>How do I add syntax highlighting for language X?</h4>
<h5>How do I add syntax highlighting for language X?</h5>
<p>
Ask on our <a href="https://discord.gg/eSXquAzTmW">Discord server</a>. 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.
</p>
<h4>Is there a VIM mode?</h4>
<h5>Is there a VIM mode?</h5>
<p>
There isn't, and it's unlikely there ever will be in the base editor. Someone might fork the editor and add one someday.
</p>
<br />
<br />
</div>
</div>
</div>
Expand Down

0 comments on commit 60a9186

Please sign in to comment.