All Projects β†’ lcdsantos β†’ CSSFontFamily

lcdsantos / CSSFontFamily

Licence: other
CSSFontFamily is a Sublime Text plugin with a collection of font stacks autocomplete.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to CSSFontFamily

Sublime-Pretty-Shell
🐚 Shell Script Formatter / Syntax Checker (Powered by shfmt)
Stars: ✭ 28 (+86.67%)
Mutual labels:  sublime-text, sublime-text-3, sublime-package, sublime-text-plugin
sublime-live-server
🌍️ Launch a Development Server directly from Sublime Text
Stars: ✭ 49 (+226.67%)
Mutual labels:  sublime-text, sublime-text-3, sublime-package, sublime-text-plugin
sublime-text
Subime Text 相关衄源攢集整理
Stars: ✭ 62 (+313.33%)
Mutual labels:  sublime-text, sublime-text-3, sublime-package, sublime-text-plugin
Sublimeallautocomplete
Extend Sublime autocompletion to find matches in all open files of the current window
Stars: ✭ 906 (+5940%)
Mutual labels:  sublime-text, sublime-text-3, sublime-package
Chromerepl
A Sublime Text plugin to execute JavaScript in Google Chrome
Stars: ✭ 347 (+2213.33%)
Mutual labels:  sublime-text, sublime-text-3, sublime-package
Sublime zk
A SublimeText3 package featuring ID based wiki style links, and #tags, intended for zettelkasten method users. Loaded with tons of features like inline image display, sophisticated tag search, note transclusion features, support for note templates, bibliography support, support for multiple panes, etc. to make working in your Zettelkasten a joy πŸ˜„.
Stars: ✭ 408 (+2620%)
Mutual labels:  sublime-text, sublime-text-3, sublime-package
Editorconfig Sublime
Sublime Text plugin for EditorConfig - Helps developers maintain consistent coding styles between different editors
Stars: ✭ 1,749 (+11560%)
Mutual labels:  sublime-text, sublime-package, sublime-text-plugin
Sublime Jekyll
A Sublime Text package for Jekyll static sites.
Stars: ✭ 160 (+966.67%)
Mutual labels:  sublime-text, sublime-text-3, sublime-package
Carbonsublime
πŸš€ A Sublime Text 3 Plugin for Carbon. (https://carbon.now.sh)
Stars: ✭ 104 (+593.33%)
Mutual labels:  sublime-text, sublime-text-3, sublime-package
sublime-import-helper
A Sublime Text Plugin that helps you to import your modules.
Stars: ✭ 69 (+360%)
Mutual labels:  sublime-text, sublime-package, sublime-text-plugin
SublimeDiscordRP
πŸ“„ Discord rich presence for Sublime Text
Stars: ✭ 123 (+720%)
Mutual labels:  sublime-text-3, sublime-package, sublime-text-plugin
sublime-text-theme-switcher-menu
Painless theme selection in Sublime Text ⚑
Stars: ✭ 18 (+20%)
Mutual labels:  sublime-text, sublime-text-3, sublime-package
sublime-fish
A robust Sublime Text syntax package for fish
Stars: ✭ 32 (+113.33%)
Mutual labels:  sublime-text, sublime-text-3, sublime-text-2
CodeChampion
Plays epic sound clips when you write epic code on sublime Text!
Stars: ✭ 30 (+100%)
Mutual labels:  sublime-text, sublime-text-3, sublime-text-plugin
simple-ftp-deploy
This package for Sublime Text 3 give you possibility to auto upload file to FTP server when you save local file.
Stars: ✭ 16 (+6.67%)
Mutual labels:  sublime-text, sublime-text-3, sublime-text-plugin
zephir-sublime
Sublime Text syntax highlighting for for Zephir
Stars: ✭ 41 (+173.33%)
Mutual labels:  sublime-text, sublime-package, sublime-text-plugin
sublime-profiles
Profile Switcher for Sublime Text
Stars: ✭ 59 (+293.33%)
Mutual labels:  sublime-text, sublime-package, sublime-text-plugin
Golite
Add essential language support for the Go language to Sublime Text 3.
Stars: ✭ 14 (-6.67%)
Mutual labels:  sublime-text, sublime-text-3
Nineties
πŸ’Ύ Colors for World Wide Web pioneers
Stars: ✭ 16 (+6.67%)
Mutual labels:  sublime-text, sublime-text-3
Assembly-Syntax-Definition
This is the greatest syntax definition of All Time
Stars: ✭ 23 (+53.33%)
Mutual labels:  sublime-text, sublime-package

CSSFontFamily

CSSFontFamily is a Sublime Text 2/3 plugin with a collection of font stacks autocomplete.

Also, autocomplete @font-faces declared in your current CSS.

Installation

CSSFontFamily is designed to work with Sublime Text.

Using Sublime Package Control

If you are using Sublime Package Control, you can easily install CSSFontFamily via the Package Control: Install Package menu item. The CSSFontFamily package is listed as CSSFontFamily in the packages list.

Using Git

Clone this repo directly to your Packages directory in the Sublime Text folder.

You can locate your Sublime Text Packages directory by using the menu item Preferences > Browse Packages....

While inside the Packages directory, clone the plugin repository using the command below:

git clone https://github.com/lcdsantos/CSSFontFamily/ "CSSFontFamily"

Download Manually

  1. Download the files using the GitHub .zip download option
  2. Unzip the files and rename the folder to CSSFontFamily
  3. Copy the folder to your Sublime Text Packages directory

Usage

The plugin is triggered inside your font and font-family declarations.

Customization

The built-in font stacks aren't enough for you? No problem! Go to Preferences > Package Settings > CSSFontFamily > Settings - User and add how many you want:

{
	"fonts_stacks": [
		"\"Comic Sans MS\", cursive",
		"\"Your font stack\", sans-serif"
	]
}

It's recommended that you escape your font names with quotes if contains spaces or any punctuations other than hyphens.

By default, commented @font-face declarations in your CSS are ignored, you can change this by adding this to your User Settings file:

{
	"ignore_font_faces_in_comments": false
}
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].