Skip to content

Commit

Permalink
Clean-up
Browse files Browse the repository at this point in the history
  • Loading branch information
standardgalactic committed Aug 18, 2024
1 parent 67edbec commit c91401f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 79 deletions.
46 changes: 0 additions & 46 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,52 +65,6 @@ and vorticon-restore.reg to return it to normal.

May need to restart Windows for it to take effect.

# For your web browser

Use FOUT (Flash Of Unstyled Text)

Adjust the designated font settings for your browser and add the following CSS Style Sheet in order to override webpage defaults.

/* Apply your custom font globally */
* {
font-family: 'SGA Regular' !important;
}

/* Specific styling for web page titles (usually h1 tags) */
h1, .title, .heading {
font-family: 'SGA Regular' !important;
}

/* Specific styling for page subtitles (usually h2 tags) */
h2, .subtitle {
font-family: 'SGA Regular' !important;
}

/* Apply custom font to links */
a {
font-family: 'SGA Regular' !important;
}

/* Apply custom font to navigation menus */
nav, .navbar, .menu {
font-family: 'SGA Regular' !important;
}

/* Apply custom font to buttons */
button, .btn {
font-family: 'SGA Regular' !important;
}

/* Apply custom font to form elements */
input, textarea, select {
font-family: 'SGA Regular' !important; }

/* Additional elements that might need custom styling */
p, span, div, li {
font-family: 'SGA Regular' !important; }

/* Attempt to style browser-specific elements (experimental) */
.titlebar, .tab-title {
font-family: 'SGA Regular' !important;}

This page is live at https://standardgalactic.github.io/alphabet
33 changes: 0 additions & 33 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -107,39 +107,6 @@ <h3>To use as System language in Windows</h3>
<p>Run <code>vorticon.reg</code> to set SGA-Regular as system language, and <code>vorticon-restore.reg</code> to return it to normal.</p>
<p>May need to restart Windows for it to take effect.</p>

<h3>For your web browser</h3>
<p>Use FOUT (Flash Of Unstyled Text)</p>
<p>Adjust the designated font settings for your browser and add the following CSS Style Sheet in order to override webpage defaults:</p>

<pre><code>
/* Apply your custom font globally */
body { font-family: 'SGA Regular' !important; }

/* Specific styling for web page titles (usually h1 tags) */
h1, .title, .heading { font-family: 'SGA Regular' !important; }

/* Specific styling for page subtitles (usually h2 tags) */
h2, .subtitle { font-family: 'SGA Regular' !important; }

/* Apply custom font to links */
a { font-family: 'SGA Regular' !important; }

/* Apply custom font to navigation menus */
nav, .navbar, .menu { font-family: 'SGA Regular' !important; }

/* Apply custom font to buttons */
button, .btn { font-family: 'SGA Regular' !important; }

/* Apply custom font to form elements */
input, textarea, select { font-family: 'SGA Regular' !important; }

/* Additional elements that might need custom styling */
p, span, div, li { font-family: 'SGA Regular' !important; }

/* Attempt to style browser-specific elements (experimental) */
.titlebar, .tab-title { font-family: 'SGA Regular' !important; }
</code></pre>

</div>
<script>
let isUsingCustomFont = true; // Initial state: using SGA
Expand Down

0 comments on commit c91401f

Please sign in to comment.