Skip to content

RyutaGoto/Moto-Fonts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Moto Fonts

screenshot

usage つかいかた

use in PaintTool, Document, and more apprications ペイントツールやドキュメント等アプリケーション内部で使う

ENG

  1. Download zip and unZip
  2. open folder and click MotoSansSerif-Regular.otf or MotoSansSerif-Regular.ttf
  3. click install font (MACOS)
  4. play fo it

JP

  1. zipでダウンロードして解凍
  2. フォルダの中からMotoSansSerif-Regular.otf MotoSansSerif-Regular.ttfを開く
  3. フォントをインストールする
  4. これで使用可能状態です。この時、フォントを使いたいアプリケーションが起動中の場合は、再起動が必要な場合があります。

use in web ウェブサイトで使う

  1. write below css / cssに下記を記述
@font-face {
  font-family: "Moto Fonts";
  src: url("https://raw.githubusercontent.com/RyutaGoto/Moto-Fonts/master/MotoSansSerif-Regular.ttf") format("truetype");
}

any element{
  font-family: "Moto Fonts";
}