Coder Social home page Coder Social logo

navidmafi / figma-linux-font-helper Goto Github PK

View Code? Open in Web Editor NEW

This project forked from figma-linux/figma-linux-font-helper

0.0 0.0 0.0 444 KB

Font Helper for Figma for Linux x64 platform

License: GNU General Public License v2.0

Shell 26.12% Rust 67.71% Makefile 6.18%

figma-linux-font-helper's Introduction

Font Helper

Font Helper for Figma for Linux OS.

Install

Run this in your terminal

curl -L https://raw.githubusercontent.com/Figma-Linux/figma-linux-font-helper/master/res/install.sh | bash

How it works

Font Helper is a simple http server which responds with a list of locally installed fonts upon request from Figma client. Figma sends an HTTP request to localhost upon loading to see which local fonts are available for usage in the Figma client

How to add directories

You can modify Font Helper config file with normal user privileges. The config is a simple JSON file which is located in ~/.config/figma-linux/settings.json

nano ~/.config/figma-linux/settings.json

After that You need to restart Font Helper service to apply the changes:

systemctl --user restart figma-fonthelper.service

Where to find logs

The app put all logs into the /var/log/fonthelper directory. When Font Helper starts it create a new log file in the directory each time.

Check Font Helper service status

Just type this in terminal for check status of Font Helper:

systemctl --user status figma-fonthelper.service

Updating Font Helper

Font Helper updates automatically via figma-fonthelper-updater.service service. You don't need to update Font Helper manually by default unless you have disabled the said service

How to disable auto updates

Disable the updater systemd service:

systemctl --user stop figma-fonthelper-updater.service
systemctl --user disable ffigma-onthelper-updater.service

To enable auto update again:

systemctl --user start figma-fonthelper-updater.service
systemctl --user enable figma-fonthelper-updater.service

Check your currently installed Font Helper version

In terminal:

~/local/share/figma-fonthelper/fonthelper -v

figma-linux-font-helper's People

Contributors

chugunovroman avatar codacy-badger avatar damiangreen avatar konstlepa avatar navidmafi avatar ralfbraendli avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.