
Travis Web Fonts

Provide standalone stylesheet with enhanced features for web fonts.
Latest version
Version: 1.1.0 Updated date: July 10, 2017
Supports
Local fontuse local font when requested font available in system.Smoothuse some techniques to display font smoothly in almost browsers.- Full supported
languages - Suitable for
private or local systems
Details
Font family, font weight, font style available:
| Font family | 100 | 200 | 300 | 400 | 500 | 600 | 700 | 900 |
|---|---|---|---|---|---|---|---|---|
| Noto Sans | R, I | B, BI | ||||||
| Noto Sans UI | R, I | B, BI | ||||||
| Noto Serif | R, I | B, BI | ||||||
| Roboto | T, TI | L, LI | R, I | M, MI | B, BI | Bk, BkI | ||
| Roboto Condensed | L, LI | R, I | B, BI | |||||
| Segoe UI | L, LI | sL, sLI | R, I | sB, sBI | B, BI | |||
| Helvetica Neue | uL, uLI | L, LI | R, I | M | B, BI | |||
| Helvetica Neue Condensed | B | Bk |
R Regular I Italic B Bold BI Bold Italic M Medium MI Medium Italic Bk Black BkI Black Italic L Light LI Light Italic T Thin TI Thin Italic sL Semilight sLI Semilight Italic sB Semibold sBI Semibold Italic uL Ultra Light uLIUltra Light Itaclic
Usage
Download version of font you need from release folder, extract it to font folder in your project (fonts for example), then include it in header of page.
[code_block_line_numbers]<link rel=”stylesheet” href=”fonts/travis-web-font-noto/css/noto.min.css”>
<link rel=”stylesheet” href=”fonts/travis-web-font-roboto/css/roboto-aio.min.css”>
<link rel=”stylesheet” href=”fonts/travis-web-font-helvetica-neue/css/helvetica-neue.min.css”>
<link rel=”stylesheet” href=”fonts/travis-web-font-segoe/css/font-segoe.min.css”>[/code_block_line_numbers]
For more information and usages, please visit source code repository: https://github.com/travistran1989/travis-web-fonts


