Moto Fonts
usage つかいかた
use in PaintTool, Document, and more apprications ペイントツールやドキュメント等アプリケーション内部で使う
ENG
- Download zip and unZip
- open folder and click
MotoSansSerif-Regular.otf
orMotoSansSerif-Regular.ttf
- click
install font
(MACOS) - play fo it
JP
- zipでダウンロードして解凍
- フォルダの中から
MotoSansSerif-Regular.otf
MotoSansSerif-Regular.ttf
を開く フォントをインストール
する- これで使用可能状態です。この時、フォントを使いたいアプリケーションが起動中の場合は、再起動が必要な場合があります。
use in web ウェブサイトで使う
- 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";
}