Font styles. Config events. Selection Text.
I’m back from a short break, just in time for Config! Below is a comprehensive list of events happening in SF before, during, and after the conference. Please say hi if you see me around (I look like an older version of my profile photo) — I’ll have cool Figmalion stickers to give away!
— Eugene
App Updates
Add font styles to text with a style applied
Whoa, finally! Can’t believe this is getting fixed a few days before Config. Add bold, italic, underline, or strikethrough font style to a portion of text with an applied style without detaching it first.
Updates to notifications
Lots of small improvements and a few bigger changes, like an unread filter and inline comment replies.
What’s New
Design-to-dev with zero friction – more affordable than ever
Unlimited developer seats & all the features at 1 flat rate. Zeplin has all that and a new look, with plans tailored for teams of any size. Try it for free!
Yo! Podcast with Vijay Verma
Rob Hope interviews a design wizard Vijay Verma. “Vijay Verma is a talented designer renowned for his intricate Figma art and his extensive portfolio of free digital resources. In this episode, we explore his humble beginnings as an electrician in India and his rise to become one of the most beloved designers in the Figma community. Additionally, we have a special case study where Vijay walks us through his character design process, complete with a bonus time-lapse recording he sent after the interview.”
Figma Keyboard Shortcut
Essential Figma shortcuts as A4 and A3 posters, via Nick Babich.
Config Events
Get Configgy
June 24th, 5:30–8:30 PM. “Join Design Buddies & Product Disrupt at a pre-Config social mixer at Bunny House! Make new friends and share what you’re working on. Hosted by Grace Ling and Darshan Gajara.”
Config Hike & Coffee
June 25, 7:30–9:30 AM. “Make new connections while stretching your legs, soaking in the gorgeous bay views, and sipping on espresso. Molly Hellmuth and Socrates Charisis will guide you along a coastal trail with views of the Golden Gate Bridge. Afterward, we’ll enjoy some well-deserved coffee on the beach courtesy of Wix Studio!”
GitHub × Figma Dev community event
June 25th, 5:30–8:30 PM at GitHub’s SF office. “You’ll hear from GitHub designers, developers, and researchers, about their work on design systems, accessibility, brand, and AI.”
NUMI at F.inc
June 26th, 6–9 PM. “Fireside with founding designers at Instacart, Nike, Maven, and IFTTT.”
Designers in AI
June 26th, 7–10 PM. “Join us on the first evening of Config for a special event celebrating designers at the forefront of building with AI. Connect with over 50 designers and see lightning demos from companies like Perplexity, Visual Electric, Chroma and more.”
Attend 2 Config Afterparty
Jun 26th, 10:00 PM – 1:00 AM. “Figma fans, join the unofficial Config Afterparty at frog HQ! Mingle with fellow designers, enjoy eclectic beats, drinks & bites, win prizes, and keep the creative energy going. Get inspired by an engaging talk from Pablo Stanley, a Latin designer based in Mexico and co-founder and CEO at Musho & Lummi, and fun activities to help slow down and refocus your attention.”
Post-Config Happy Hour and Hang
June 27th, 6:30–8:30 PM. “Meet the designers and developers behind your favorite screens after the conference.”
The Unofficial Config Afterparty
June 27th, 7 PM – 2 AM. A Config afterparty with an open bar, finger foods, and good vibes — hosted by creators Jesse Show, MDS, DesignerTom, and Grace Ling.
A designer’s guide to San Francisco
If this Config is your first time in San Francisco, check this guide by product designers who live or have lived in the city for recommendations on places to eat, shop, and things to do.
Using Figma
Variables tips for design system libraries
Jacob Miller shares two variables tips to avoid the most common problems: 1) “Never create a mode that shouldn’t be set at the page level” (read more about inheriting a context), and 2) “Never publish a variable that users shouldn’t consume” (see why component-scoped variables can 10x the number of variables you ship). Don’t miss discussions in replies.
Changes to drafts
Draftocalypse seems to be over, but it’s still worth sharing this video that Tom Lowry, Director of Advocacy at Figma, put together to walk you through what’s changing and answer a few common questions.
Blurred gradient effect
James shows how to achieve a very cool mesh gradient effect with simple tools: “It’s kinda silly how much you can achieve with a single blurred vector line, a gradient and a blending mode.”
Keep all of your work
Great advice from Jayneil Dalal and Cecilia Uhr that I follow religiously: “A mistake junior designers make is they delete or overwrite their design iterations in Figma. You shouldn’t do this because you never know when you might need to use that deleted design iteration or explain to your team why that iteration didn’t work.”
Using Negative Box-Shadow Spread To Communicate Depth In CSS
I had no idea that a Spread value in drop shadows can be negative! This effect could shrink the shadow and simulate the object’s elevation. The article explains the box-shadow
property in CSS, but luckily, Figma’s drop shadow is based on it and works similarly.
How to use bubble properties in Figma
Ridd explains how to make your components easier to use by exposing nested instances.
Creating parallax with variables
Double Glitch made a new tutorial on creating a real working parallax effect in Figma. Don’t miss the Community file as well!
Build a React Site from Figma to Codux
A 2‑hour course by Meng To on building a real website from a Figma template using Codux. “You’ll master responsive design, collaborate with developers on a real React project, export CSS from Figma using Locofy, set up breakpoints with media queries, add CSS animations, improve SEO, create multiple pages with React Router, and publish your site. By following best practices, you’ll bridge design and development, improve your web design skills.”
Made in Figma
Siri Glow
A new free resource by Fons Mans.
The Bear
Martin Bekerman is back with a new vector illustration made in Figma.
Resources
Figma desktop app icon
Gavin Nelson made a beautiful alternative icon for the desktop Figma app.
Plugins
Selection Text
Daniel Destefanis from Figma made a plugin that shows how text layers within a selection are styled (or unstyled). This plugin complements the existing native Figma feature Selection colors and is a great way to see what layers aren’t using styles or select layers by font. Read more in Daniel’s Twitter thread.
Plugma
A new project by Gavin McFarland makes creating and bundling Figma plugins easier. “Plugma uses Vite to bundle Figma plugins and is configured to inline all styles and scripts into one file. It uses a local server for development, that passes messages from Figma’s main thread to the local server using web sockets.”