Bonnes Pratiques Web & Cloud
59.2K views | +9 today
Follow
Bonnes Pratiques Web & Cloud
Administration cloud et développement web
Curated by Mickael Ruau
Your new post is loading...
Your new post is loading...

Popular Tags

Current selected tag: 'variable fonts'. Clear
Scooped by Mickael Ruau
November 14, 2018 12:54 PM
Scoop.it!

Introduction to variable fonts on the web  |  Web Fundamentals  | 

Introduction to variable fonts on the web  |  Web Fundamentals  |  | Bonnes Pratiques Web & Cloud | Scoop.it
We will look at what variable fonts are, how we can use them in our work.
Mickael Ruau's insight:

Fallbacks and browser support

Current support is limited, but variable fonts will work today out of the box in Chrome and Safari, with support coming soon to Edge 17 and Firefox. See caniuse.com for more details.

It is possible to use @supports in you CSS to create a viable fallback:

 
@supports (font-variations-settings: 'wdth' 200) {
 
@font-face {
   
/* https://github.com/TypeNetwork/Amstelvar */
    font
-family: AmstelvarAlpha;
    src
: url('../fonts/AmstelvarAlpha-VF.ttf');
    font
-weight: normal;
    font
-style: normal;
 
}

 
#font-amstelvar {
    font
-family: AmstelvarAlpha;
    font
-variation-settings: 'wdth' 400, 'wght' 98;
 
}
}
No comment yet.
Scooped by Mickael Ruau
November 14, 2018 12:51 PM
Scoop.it!

An Exploration of Variable Fonts - BBC R&D

An Exploration of Variable Fonts - BBC R&D | Bonnes Pratiques Web & Cloud | Scoop.it
No comment yet.
Scooped by Mickael Ruau
November 12, 2018 1:45 PM
Scoop.it!

Variable fonts: a million times the possibilities, in less bandwidth than before - Laurence Penney at dotCSS 2017

Variable fonts: a million times the possibilities, in less bandwidth than before - Laurence Penney at dotCSS 2017 | Bonnes Pratiques Web & Cloud | Scoop.it
In September 2016 the font world was super-excited by the announcement (by Google, Microsoft, Adobe and Apple) of the OpenType 1.8 Variable Font format. Development versions of Safari soon supported Variable Fonts via the ‘font-variation-settings’ CSS property. Chrome since added support on all platforms. Yet the technology’s success depends on being embraced by typography’s new vanguard: UX designers and front-end developers.
Laurence explains the manifold benefits for the web: responsive type within responsive design, reduced webfont payload, and much more. He shows how to explore the possibilities of Variable Fonts using his Axis-Praxis website and other tools, encourages dialogue with font makers to make sure they’re making the responsive fonts you need, and explains how to deploy Variable Fonts in real projects.
No comment yet.
Scooped by Mickael Ruau
November 12, 2018 12:44 PM
Scoop.it!

Variable Fonts Experiments - a Collection by Mandy Michael on

A collection of experiments with variable font text effects. Warning: These are really heavy on your computer.

Fonts:

Decovar by David Berlow https://twitter.com/dberlow

Gingham Variable by Christoph Koeberlin https://twitter.com/koeberlin/

Chee by James T. Edmondson, OH no Type Co. https://www.futurefonts.xyz/ohno/cheee

Source Sans / Source Serif Variable by Adobe
No comment yet.
Scooped by Mickael Ruau
November 14, 2018 12:52 PM
Scoop.it!

Variable Fonts Demo

Variable Fonts Demo | Bonnes Pratiques Web & Cloud | Scoop.it
OpenType Font Variations make it possible to access multiple typefaces within a family from a single resource. Take an expedition into the typographical variety available via variable fonts
Mickael Ruau's insight:

Design tools

You may be asking yourself, “Ok, so if I’m using a font that has axes that aren’t reserved—how do I know what they’re named in the font to control them via font-variation-settings.” That’s a great question. Luckily, common design tools and operating systems are stepping up to fill this gap. Here are just a few ways you can inspect variable fonts for use in your websites.

No comment yet.
Scooped by Mickael Ruau
November 12, 2018 1:47 PM
Scoop.it!

Variable Fonts Are the Future of Web Type | Create

Variable Fonts Are the Future of Web Type | Create | Bonnes Pratiques Web & Cloud | Scoop.it
Your typographic choices just blew wide open.
No comment yet.
Scooped by Mickael Ruau
November 12, 2018 12:49 PM
Scoop.it!

Play with variable fonts!

Play with variable fonts! | Bonnes Pratiques Web & Cloud | Scoop.it
The most fun place to experiment with layouts using variable fonts, and export front-end code right from this little web app.
No comment yet.