Post pobrano z: Homeless Animals: Dog Tattoo
Print
Homeless Animals
If you want an original tattoo, adopt!
Advertising Agency:Suárez&Clavera, Montevideo, Uruguay
Copywriter:Carlos Pelossi
Creative Director:Valentina Amilivia
Post pobrano z: Homeless Animals: Dog Tattoo
Print
Homeless Animals
If you want an original tattoo, adopt!
Advertising Agency:Suárez&Clavera, Montevideo, Uruguay
Copywriter:Carlos Pelossi
Creative Director:Valentina Amilivia
Post pobrano z: Homeless Animals: Dog Tattoo
Print
Homeless Animals
If you want an original tattoo, adopt!
Advertising Agency:Suárez&Clavera, Montevideo, Uruguay
Copywriter:Carlos Pelossi
Creative Director:Valentina Amilivia
Post pobrano z: Homeless Animals: Dog Tattoo
Print
Homeless Animals
If you want an original tattoo, adopt!
Advertising Agency:Suárez&Clavera, Montevideo, Uruguay
Copywriter:Carlos Pelossi
Creative Director:Valentina Amilivia
Post pobrano z: Purplebricks: You’ll Be Totally Sold![]()
Film
Purplebricks
Advertising Agency:Snap LDN, London, United Kingdom
Associate Creative Directors:Liam Wilson, Matt Hynds
Director:Joseph Mann
Production Company:Blinkink
Producer:Josh Smith
Ceo:Jon Boardman
Executive Planning Director:Matt Wyatt
Planning Director:Stephanie Tuesley
Senior Account Director:Tori Cleland
Senior Account Manager:Victoria Thorniley
Account Executive:Isobel Smith
Sound:Ben Leeves, Jungle
Grade:Paul Harrison, Freefolk
Post pobrano z: Purplebricks: You’ll Be Totally Sold![]()
Film
Purplebricks
Advertising Agency:Snap LDN, London, United Kingdom
Associate Creative Directors:Liam Wilson, Matt Hynds
Director:Joseph Mann
Production Company:Blinkink
Producer:Josh Smith
Ceo:Jon Boardman
Executive Planning Director:Matt Wyatt
Planning Director:Stephanie Tuesley
Senior Account Director:Tori Cleland
Senior Account Manager:Victoria Thorniley
Account Executive:Isobel Smith
Sound:Ben Leeves, Jungle
Grade:Paul Harrison, Freefolk
Post pobrano z: Purplebricks: You’ll Be Totally Sold![]()
Film
Purplebricks
Advertising Agency:Snap LDN, London, United Kingdom
Associate Creative Directors:Liam Wilson, Matt Hynds
Director:Joseph Mann
Production Company:Blinkink
Producer:Josh Smith
Ceo:Jon Boardman
Executive Planning Director:Matt Wyatt
Planning Director:Stephanie Tuesley
Senior Account Director:Tori Cleland
Senior Account Manager:Victoria Thorniley
Account Executive:Isobel Smith
Sound:Ben Leeves, Jungle
Grade:Paul Harrison, Freefolk
Post pobrano z: Weekly Platform News: CSS font-style: oblique, webhin browser extension, CSS Modules V1
In this week’s roundup, variable fonts get oblique, a new browser extension for linting, and the very first version of CSS Modules.
Some popular variable fonts have a 'wght' (weight) axis for displaying text at different font weights and a 'slnt' (slant) axis for displaying slanted text. This enables creating many font styles using a single variable font file (e.g., see the „Variable Web Typography” demo page).
You can use font-style: oblique instead of the lower-level font-variation-settings property to display slanted text in variable fonts that have a 'slnt' axis. This approach works in Chrome, Safari, and Firefox.
/* BEFORE */
h2 {
font-variation-settings: "wght" 500, "slnt" 4;
}
/* AFTER */
h2 {
font-weight: 500;
font-style: oblique 4deg;
}
See the Pen
Using font-style: oblique on variable fonts by Šime Vidas (@simevidas)
on CodePen.
webhint browser extension
The webhint linting tool is now available as a browser devtools extension for Chrome, Edge, and Firefox (read Microsoft’s announcement). Compared to Lighthouse, one distinguishing feature of webhint are its cross-browser compatibility hints.
CSSStyleSheet object from a CSS file (e.g., import styles from "styles.css";) (via Thomas Steiner)Read more news in my new, weekly Sunday issue. Visit webplatform.news for more information.
The post Weekly Platform News: CSS font-style: oblique, webhin browser extension, CSS Modules V1 appeared first on CSS-Tricks.
Post pobrano z: Weekly Platform News: CSS font-style: oblique, webhin browser extension, CSS Modules V1
In this week’s roundup, variable fonts get oblique, a new browser extension for linting, and the very first version of CSS Modules.
Some popular variable fonts have a 'wght' (weight) axis for displaying text at different font weights and a 'slnt' (slant) axis for displaying slanted text. This enables creating many font styles using a single variable font file (e.g., see the „Variable Web Typography” demo page).
You can use font-style: oblique instead of the lower-level font-variation-settings property to display slanted text in variable fonts that have a 'slnt' axis. This approach works in Chrome, Safari, and Firefox.
/* BEFORE */
h2 {
font-variation-settings: "wght" 500, "slnt" 4;
}
/* AFTER */
h2 {
font-weight: 500;
font-style: oblique 4deg;
}
See the Pen
Using font-style: oblique on variable fonts by Šime Vidas (@simevidas)
on CodePen.
webhint browser extension
The webhint linting tool is now available as a browser devtools extension for Chrome, Edge, and Firefox (read Microsoft’s announcement). Compared to Lighthouse, one distinguishing feature of webhint are its cross-browser compatibility hints.
CSSStyleSheet object from a CSS file (e.g., import styles from "styles.css";) (via Thomas Steiner)Read more news in my new, weekly Sunday issue. Visit webplatform.news for more information.
The post Weekly Platform News: CSS font-style: oblique, webhin browser extension, CSS Modules V1 appeared first on CSS-Tricks.