roboto

The Roboto family of fonts

  • 所有者: googlefonts/roboto-2
  • 平台:
  • 许可证: Apache License 2.0
  • 分类:
  • 主题:
  • 喜欢:
    0
      比较:

Github星跟踪图

This is the source repository for Roboto: Google’s signature family
of fonts, the default font on Android and Chrome OS, and the
recommended font for Google’s visual language, Material Design.

It also contains the toolchain used in creating Roboto.

The font family supports all Latin, Cyrillic, and Greek characters in
Unicode 7.0, as well as the currency symbol for the Georgian lari, to
be published in Unicode 8.0.

The fonts are currently available in eighteen different styles.

Subsetted webfonts are also available from Google Fonts.

Setup

Create a clean directory for Roboto:

mkdir -p $HOME/roboto-src
cd $HOME/roboto-src

Download the Roboto tools and sources:

git clone https://github.com/google/roboto.git

Create a virtual Python environment (optional but recommended):

pip install --user virtualenv
virtualenv roboto-env
source roboto-env/bin/activate

Download and install the dependencies (currently requires Python 2, not 3):

cd roboto
pip install -r requirements.txt

Optional additional setup for running tests

Download the latest tarball release of HarfBuzz
here and extract it into
the home directory as $HOME/harfbuzz (alternatively, you can download the
latest source from GitHub via
git clone https://github.com/behdad/harfbuzz.git).

Build and install HarfBuzz:

cd $HOME/harfbuzz
./configure
make
sudo make install
cd $HOME/roboto-src/

On Ubuntu (or other distributions of GNU/Linux, using the appropriate package
manager), make sure eog is installed:

sudo apt-get install eog

Run

cd roboto
make

主要指标

概览
名称与所有者googlefonts/roboto-2
主编程语言Python
编程语言Shell (语言数: 3)
平台
许可证Apache License 2.0
所有者活动
创建于2015-04-11 03:59:41
推送于2025-04-01 16:56:26
最后一次提交
发布数8
最新版本名称v2.138 (发布于 2017-08-02 11:32:17)
第一版名称v2.129 (发布于 )
用户参与
星数3.8k
关注者数164
派生数308
提交数506
已启用问题?
问题数265
打开的问题数156
拉请求数67
打开的拉请求数1
关闭的拉请求数13
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?