An open API service indexing awesome lists of open source software.

https://github.com/adamraichu/vscode-font-viewer

A VS Code extension which allows you to preview fonts.
https://github.com/adamraichu/vscode-font-viewer

font font-preview preview vscode-extension

Last synced: 6 months ago
JSON representation

A VS Code extension which allows you to preview fonts.

Awesome Lists containing this project

README

        

# Font Preview

icon

[![Last Updated](https://img.shields.io/visual-studio-marketplace/last-updated/adamraichu.font-viewer?color=%2300008b&logo=visual%20studio%20code&logoColor=%23007ACC)](https://marketplace.visualstudio.com/items?itemName=AdamRaichu.font-viewer)
[![VSCode Marketplace Version](https://img.shields.io/visual-studio-marketplace/v/adamraichu.font-viewer?color=00008b&logo=Visual%20Studio%20Code&logoColor=%23007ACC)](https://marketplace.visualstudio.com/items?itemName=AdamRaichu.font-viewer)
[![Install Count](https://img.shields.io/visual-studio-marketplace/i/adamraichu.font-viewer?color=darkblue&label=Install%20Count&logo=visual%20studio%20code&logoColor=%23007ACC)](https://marketplace.visualstudio.com/items?itemName=AdamRaichu.font-viewer)
[![Rating](https://img.shields.io/visual-studio-marketplace/stars/adamraichu.font-viewer?color=darkblue&label=Rating&logo=visual%20studio%20code&logoColor=%23007ACC)](https://marketplace.visualstudio.com/items?itemName=AdamRaichu.font-viewer&ssr=false#review-details)

[![GitHub issues](https://img.shields.io/github/issues/adamraichu/vscode-font-viewer)](https://github.com/adamraichu/vscode-font-viewer/issues)
[![GitHub stars](https://img.shields.io/github/stars/adamraichu/vscode-font-viewer)](https://github.com/adamraichu/vscode-font-viewer/stargazers)
[![GitHub license](https://img.shields.io/github/license/adamraichu/vscode-font-viewer)](https://github.com/AdamRaichu/vscode-font-viewer/blob/main/LICENSE)

This extension, based on the Windows font preview, allows you to get an idea of what fonts look like directly in VS Code. It has been tested on otf and woff files, and is set to work on eot, ttf, and woff2 files as well. Below is a screenshot showing the preview. (The repository for Monocraft can be found [here](https://github.com/IdreesInc/Monocraft).)

screenshot

## Usage

Install the extension from the Extensions sidebar panel `adamraichu.font-viewer`, or from the [Marketplace](https://marketplace.visualstudio.com/items?itemName=AdamRaichu.font-viewer).

Upon opening a font file, the editor will display several paragraphs of text at different sizes.

The text of the paragraph separated by two lines is editable.

If you would like another type of font file to be supported, please [submit an issue](https://github.com/AdamRaichu/vscode-font-viewer/issues/new/choose).