All Projects → tryvin → figma-linux-font-helper

tryvin / figma-linux-font-helper

Licence: MIT license
Figma Linux Font Helper

Programming Languages

python
139335 projects - #7 most used programming language
Dockerfile
14818 projects
shell
77523 projects

Projects that are alternatives of or similar to figma-linux-font-helper

Urbanist
Urbanist is a low-contrast, geometric sans-serif inspired by Modernist design and typography.
Stars: ✭ 374 (+240%)
Mutual labels:  fonts
figma-responsify
⚡️A Figma plugin to quickly test your designs across multiple device sizes.
Stars: ✭ 51 (-53.64%)
Mutual labels:  figma
fdiff
An OpenType table diff tool for fonts. Based on the fontTools TTX format.
Stars: ✭ 33 (-70%)
Mutual labels:  fonts
RictyDiminished-Nerd-Fonts
Ricty Diminished with nerd-font patched --- fonts for programming
Stars: ✭ 30 (-72.73%)
Mutual labels:  fonts
Figicons
📦 150+ packaged & ready icons, designed in Figma. Ships with support for custom line icons.
Stars: ✭ 20 (-81.82%)
Mutual labels:  figma
text-style-editor
Text style editor widget for flutter
Stars: ✭ 25 (-77.27%)
Mutual labels:  fonts
assistant
🤖 Bring your Figma design & development pipeline to the next level - with design to code, in-design-content-management, component management, tools for faster design
Stars: ✭ 451 (+310%)
Mutual labels:  figma
Figma-Plugin-Webpack-React-Template
Base for building Figma plugins with React
Stars: ✭ 16 (-85.45%)
Mutual labels:  figma
seed-fonts
WordPress plugin that helps you use web fonts (@font-face) easier. You can use 5 ready-generated Thai-English web fonts, or use your own collection.
Stars: ✭ 20 (-81.82%)
Mutual labels:  fonts
solbera-dnd-fonts
Solbera's DND5e fonts
Stars: ✭ 159 (+44.55%)
Mutual labels:  fonts
microsoft-figma
Produce sass/less variables files from figma
Stars: ✭ 18 (-83.64%)
Mutual labels:  figma
figma-preview-swiftui
Figma component preview for your SwiftUI views
Stars: ✭ 51 (-53.64%)
Mutual labels:  figma
designfactory-app
A project that generates pdf documents from design templates from Figma + your own data via the GUI or REST API.
Stars: ✭ 30 (-72.73%)
Mutual labels:  figma
Figma-to-HTML
Figma to HTML/React and truly responsive
Stars: ✭ 27 (-75.45%)
Mutual labels:  figma
apple-emoji-linux
Apple Color Emoji for Linux
Stars: ✭ 392 (+256.36%)
Mutual labels:  fonts
awesome-design
A collection of open resources for web designers
Stars: ✭ 87 (-20.91%)
Mutual labels:  fonts
figwrapper
Figwrapper is a script that fully integrates the Figma design tool (web version) into a complete app for Linux with local font support.
Stars: ✭ 13 (-88.18%)
Mutual labels:  figma
Iosevka-Mayukai
Font based on Iosevka Custom Build, with combination from Iosevka SS04 Menlo, SS07 Monaco, SS09 Source Code Pro, SS12 Ubuntu Mono, SS14 Jetbrains Mono, Hack Style, and some Nerd Font Patching.
Stars: ✭ 149 (+35.45%)
Mutual labels:  fonts
cfg
my dotfiles
Stars: ✭ 26 (-76.36%)
Mutual labels:  fonts
figma-hosted-export
Copy hosted image URLs for any frame inside Figma
Stars: ✭ 39 (-64.55%)
Mutual labels:  figma

figma-linux-font-helper

Figma Linux Font Helper

Why

A fellow friend of mine was switching to Linux, and needed the Local fonts support for Figma

How

This project was a reverse engineer from the local font helper from Figma for App, it uses fc-list, and fc-cache for the fonts lists, and python for the webserver

How to use it

  • Install Python3 and Pip3 (Pip for Python3)
  • Run sudo pip3 install -r requirements.txt
  • Run python3 server.py
  • Navigate to figma.com and try to use the local fonts.

Docker-compose

You can also use docker-compose in order to run it as a container, simply run docker-compose up and let docker do it's magic

There's also a environment variable in the compose file, called FONTS_FOLDER, use this variable if your font folder is mapped somewhere else, for example, on OSX you might want to use FONT_FOLDER=~/Library/Fonts docker-compose up

Rename .env.example to .env to define a custom value to FONTS_FOLDER before build your containers with docker-compose.

Big Thanks

Big Thanks to the following contributors for improving this project! (NOT sorted by order of importance)

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].