Skip to content

Provide standalone stylesheet with enhanced features for web fonts.

License

Notifications You must be signed in to change notification settings

ThePitagon/web-fonts

Repository files navigation

Web Fonts

Latest version

Version: 1.2.0 Updated date: November 24, 2022

Supports

  • Local font use local font when requested font available in system.
  • Smooth use 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
Mulish uL, uLI L, LI sL, sLI R, I M, MI sB, sBI B, BI Bk, BkI

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

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.

<head>
    ...
    <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/segoe.min.css">
    <link rel="stylesheet" href="fonts/travis-web-font-mulish/css/mulish.min.css">
    ...
</head>

Support & Feedback

If you still have a question after using Web Fonts, you have a few options:

Pull requests are always welcome

About

Provide standalone stylesheet with enhanced features for web fonts.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published