Skip to content
This repository has been archived by the owner on Nov 10, 2023. It is now read-only.

フォント( OTF / TTF )と Web フォント( WOFF / WOFF2 )の相互変換コマンドです。

License

Notifications You must be signed in to change notification settings

higurashi-takuto/web-font-converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Web Font Converter

フォント( OTF / TTF )と Web フォント( WOFF / WOFF2 )の相互変換コマンドです。

インストール

$ pip install git+https://github.com/higurashi-takuto/web-font-converter.git

コマンド説明

wfc

  • 入力がフォントの場合は WOFF / WOFF2 を出力する。
  • 入力が Web フォントの場合は内容に応じて OTF / TTF を出力する。
  • それぞれ出力は拡張子のみを変えたパスに行う。
usage: wfc [-h] input

フォント ⇄ Web フォント

positional arguments:
  input       入力フォントへのパス

optional arguments:
  -h, --help  show this help message and exit

wfc-woff

  • 入力フォントを WOFF に変換し出力する。
usage: wfc-woff [-h] [--output OUTPUT] input

WOFF へ変換

positional arguments:
  input                 入力フォントへのパス

optional arguments:
  -h, --help            show this help message and exit
  --output OUTPUT, -o OUTPUT
                        入力フォントへのパス( デフォルトは拡張子のみ変更 )

wfc-woff2

  • 入力フォントを WOFF2 に変換し出力する。
usage: wfc-woff2 [-h] [--output OUTPUT] input

WOFF2 へ変換

positional arguments:
  input                 入力フォントへのパス

optional arguments:
  -h, --help            show this help message and exit
  --output OUTPUT, -o OUTPUT
                        入力フォントへのパス( デフォルトは拡張子のみ変更 )

wfc-otf

  • 入力フォントを OTF に変換し出力する。
usage: wfc-otf [-h] [--output OUTPUT] input

OTF へ変換

positional arguments:
  input                 入力フォントへのパス

optional arguments:
  -h, --help            show this help message and exit
  --output OUTPUT, -o OUTPUT
                        入力フォントへのパス( デフォルトは拡張子のみ変更 )

wfc-ttf

  • 入力フォントを TTF に変換し出力する。
usage: wfc-ttf [-h] [--output OUTPUT] input

TTF へ変換

positional arguments:
  input                 入力フォントへのパス

optional arguments:
  -h, --help            show this help message and exit
  --output OUTPUT, -o OUTPUT
                        入力フォントへのパス( デフォルトは拡張子のみ変更 )

About

フォント( OTF / TTF )と Web フォント( WOFF / WOFF2 )の相互変換コマンドです。

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages