BREAKTHROUGH the limits
Provide standalone stylesheet with enhanced features for web fonts.
Version: 1.1.0 Updated date: July 10, 2017
Local font
use local font when requested font available in system.Smooth
use some techniques to display font smoothly in almost browsers.languages
private or local systems
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 uLI
Ultra Light Itaclic
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.
<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">
For more information and usages, please visit source code repository: https://github.com/travistran1989/travis-web-fonts