Browse Source

Added fa-regular

Thokoop 1 year ago
parent
commit
4d574cd772

BIN
static/webfonts/fa-regular-400.ttf


BIN
static/webfonts/fa-regular-400.woff2


+ 1 - 1
templates/index.html

@@ -253,7 +253,7 @@
             </div>
             <div class="action-buttons square">
                 <button onclick="stopExecution()" class="cancel"><i class="fa-solid fa-stop"></i><span class="small">Stop</span></button>
-                <button onclick="moveToCenter()"><i class="fa-solid fa-circle-dot"></i><span class="small">Move to Center</span></button>
+                <button onclick="moveToCenter()"><i class="fa-regular fa-circle-dot"></i><span class="small">Move to Center</span></button>
                 <button onclick="moveToPerimeter()"><i class="fa-solid fa-circle-notch"></i><span class="small">Move to Perimeter</span></button>
                 <button onclick="sendHomeCommand()" class="warn"><i class="fa-solid fa-house"></i><span class="small">Home</span></button>
                 <div class="scrollable-selection">