All Projects → Figma-Linux → Figma Linux Font Helper

Figma-Linux / Figma Linux Font Helper

Licence: gpl-2.0
Font Helper for Figma for Linux x64 platform

Programming Languages

rust
11053 projects

Projects that are alternatives of or similar to Figma Linux Font Helper

Dikit
Dependency Injection Framework for Swift, inspired by KOIN.
Stars: ✭ 77 (-43.38%)
Mutual labels:  helper
Ttfunk
Font Metrics Parser for Prawn
Stars: ✭ 108 (-20.59%)
Mutual labels:  fonts
Old
每天大红包 · 旧版(不再维护,仅供参考)
Stars: ✭ 1,611 (+1084.56%)
Mutual labels:  helper
Guides
A miscellania of how-to's, references, and style guides for stuff I'm into.
Stars: ✭ 82 (-39.71%)
Mutual labels:  fonts
Google Fonts Module
Google Fonts module for NuxtJS
Stars: ✭ 98 (-27.94%)
Mutual labels:  fonts
Notocjk
NotoSansCJK & NotoSerifCJK full weight patch for Android devices.
Stars: ✭ 116 (-14.71%)
Mutual labels:  fonts
Php Reflection Code
PHP反射IDE自动提示生成器
Stars: ✭ 73 (-46.32%)
Mutual labels:  helper
Fontmatrix
Free font collections manager for Linux, Mac and Windows
Stars: ✭ 133 (-2.21%)
Mutual labels:  fonts
React Native Keyboard Spacer
Plug and play react-native keyboard spacer view.
Stars: ✭ 1,475 (+984.56%)
Mutual labels:  helper
Idapyhelper
IDAPyHelper is a script for the Interactive Disassembler that helps writing IDAPython scripts and plugins.
Stars: ✭ 128 (-5.88%)
Mutual labels:  helper
Gfonts
🔤 Offline Google Fonts for rmarkdown and shiny
Stars: ✭ 85 (-37.5%)
Mutual labels:  fonts
Work Sans
A grotesque sans.
Stars: ✭ 1,319 (+869.85%)
Mutual labels:  fonts
Opentype Svg Font Editor
A user-friendly tool for adding SVG to OpenType fonts
Stars: ✭ 126 (-7.35%)
Mutual labels:  fonts
Weixin
微信小游戏辅助合集(加减大师、包你懂我、大家来找茬腾讯版、头脑王者、好友画我、悦动音符、我最在行、星途WeGoing、猜画小歌、知乎答题王、腾讯中国象棋、跳一跳、题多多黄金版)
Stars: ✭ 1,216 (+794.12%)
Mutual labels:  helper
Gftools
Misc tools for working with the Google Fonts library
Stars: ✭ 132 (-2.94%)
Mutual labels:  fonts
Piazzolla
Piazzolla type family
Stars: ✭ 77 (-43.38%)
Mutual labels:  fonts
Free Fonts
Free fonts available under the Apache license
Stars: ✭ 110 (-19.12%)
Mutual labels:  fonts
Google Sans Fonts
Stars: ✭ 136 (+0%)
Mutual labels:  fonts
Box
Python dictionaries with advanced dot notation access
Stars: ✭ 1,804 (+1226.47%)
Mutual labels:  helper
Vivify
Vivify is free CSS animation library.
Stars: ✭ 1,651 (+1113.97%)
Mutual labels:  helper

Font Helper

Font Helper for Figma for Linux OS.

Codacy Badge Travis CI Buy Me A Coffee donate button PayPal donate button

Install

Copy this in terminal

curl -L http://tiny.cc/2np2bz | bash

How it works

Font Helper is a simple http server witch get requests from figma on localhost, reads fonts and gives it to the Figma. When You open a figma project in a browser Figma send local http request in Your system. Font Helper replies on this request and returns list of fonts.

How to add directories

You can change Font Helper config file under non-root user. The config file is a simple JSON file.

nano /etc/figma-linux/fonthelper

After that You need to restart Font Helper for apply changes:

sudo systemctl restart fonthelper.service

Where is 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 status of Font Helper

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

sudo systemctl status fonthelper.service

How to update Font Helper

You don't need update it manually. Font Helper updates automatically via fonthelper-updater.service service.
If you didn't disable it :)

How to disable auto updates

Just disable updater via terminal:

sudo systemctl stop fonthelper-updater.service
sudo systemctl disable fonthelper-updater.service

And for enabling of auto updates:

sudo systemctl start fonthelper-updater.service
sudo systemctl enable fonthelper-updater.service

Check of installed version

In terminal:

/opt/FontHelper/fonthelper -v
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].