Logo
    Search

    typography

    Explore "typography" with insightful episodes like "762: What to Steal. Finding Inspiration in Web Development", "Reacting to State of CSS Survey", "Syntax Highlight", "Hasty Treat - CSS Typography and Systems" and "Hasty Treat - Tips For Writing Good CSS" from podcasts like ""Syntax - Tasty Web Development Treats", "Syntax - Tasty Web Development Treats", "Syntax - Tasty Web Development Treats", "Syntax - Tasty Web Development Treats" and "Syntax - Tasty Web Development Treats"" and more!

    Episodes (8)

    762: What to Steal. Finding Inspiration in Web Development

    762: What to Steal. Finding Inspiration in Web Development

    Scott and Wes discuss the delicate balance of what’s acceptable to borrow or be inspired by in web development and what crosses into territory that’s off-limits. Tune in as they share personal experiences, discuss where to find ethical inspiration, and offer tips on how to effectively capture and utilize it.

    Show Notes

    Hit us up on Socials!

    Syntax: X Instagram Tiktok LinkedIn Threads

    Wes: X Instagram Tiktok LinkedIn Threads

    Scott:X Instagram Tiktok LinkedIn Threads

    Randy: X Instagram YouTube Threads

    Reacting to State of CSS Survey

    Reacting to State of CSS Survey

    In this episode of Syntax, Wes and Scott go over some of the results the State of CSS survey for 2023, including drop-shadow, subgrid, logical properties, media range, and more!

    Show Notes

    ××× SIIIIICK ××× PIIIICKS ×××

    Shameless Plugs

    Tweet us your tasty treats

    Syntax Highlight

    Syntax Highlight

    In this episode of Syntax, Wes and Scott review your websites that you submitted including bald.design, Anh Hoang Nguyen, bradleyshellnut.com, and more.

    Prismic - Sponsor

    NEEDS AUDIO RECORDING FIRST

    Prismic is a Headless CMS that makes it easy to build website pages as a set of components. Break pages into sections of components using React, Vue, or whatever you like. Make corresponding Slices in Prismic. Start building pages dynamically in minutes. Get started at prismic.io/syntax.

    LogRocket - Sponsor

    LogRocket lets you replay what users do on your site, helping you reproduce bugs and fix issues faster. It’s an exception tracker, a session re-player and a performance monitor. Get 14 days free at logrocket.com/syntax.

    Freshbooks - Sponsor

    Get a 30 day free trial of Freshbooks at freshbooks.com/syntax

    Show Notes

    ××× SIIIIICK ××× PIIIICKS ×××

    Shameless Plugs

    Tweet us your tasty treats

    Hasty Treat - CSS Typography and Systems

    Hasty Treat - CSS Typography and Systems

    In this Hasty Treat, Scott and Wes talk about CSS typography, and how to quickly get up and running with type systems.

    Sanity - Sponsor

    Sanity.io is a real-time headless CMS with a fully customizable Content Studio built in React. Get a Sanity powered site up and running in minutes at sanity.io/create. Get an awesome supercharged free developer plan on sanity.io/syntax.

    Sentry - Sponsor

    If you want to know what’s happening with your code, track errors and monitor performance with Sentry. Sentry’s Application Monitoring platform helps developers see performance issues, fix errors faster, and optimize their code health. Cut your time on error resolution from hours to minutes. It works with any language and integrates with dozens of other services. Syntax listeners new to Sentry can get two months for free by visiting Sentry.io and using the coupon code TASTYTREAT during sign up.

    Show Notes

    05:00 - How do you define type at the start of a new project?

    15:03 - How do media queries and screen sizes affect your system?

    16:58 - Why are systems in type important?

    20:21 - How do you design a type system?

    • Scott’s type system:
     /* Font Sizes */   --baseFontSize: 1rem;   --baseNavSize: 0.64rem;   --smallFontSize: 0.8rem;   --smallestFontSize: 0.512rem;    --xtra-big-ass-heading: 3.052rem;   --xtra-heading: 2.441rem;   --heading-1: 1.953rem;   --heading-2: 1.563rem;   --heading-3: 1.25rem;   --heading-4: var(--baseFontSize);   --heading-5: var(--smallFontSize);   --heading-6: 0.64rem;   --heading-7: var(--smallestFontSize);  

    Links

    Tweet us your tasty treats!

    Hasty Treat - Tips For Writing Good CSS

    Hasty Treat - Tips For Writing Good CSS

    In this Hasty Treat, Scott and Wes talk about tips for writing good CSS.

    Sizzy - Sponsor

    Sizzy - The browser made for developers and designers. Stop manually resizing your browser window and switching between devices so you can test responsive design. Speed up your workflow by developing and previewing your website on multiple devices at once. Sizzy includes powerful features and plugins that will help you take your web development game to the next level. Sizzy.co.

    Show Notes

    4:08 - Use a system

    4:50 - Use overrides and cascading

    • Embrace the cascade
    • Don’t rewrite the same CSS over and over again
    • Understand why scoping is good

    9:07 - Nail down typography early

    • You can always revisit if it isn’t what you need

    10:36 - Pick a pattern and stick to it

    • BEM
    • Functional CSS
    • CSS in JS

    14:39 - Don’t style based on element type (kind of) — a class should describe the component

    17:09 - Good naming techniques

    • Describe what it is, not what it looks like
    • Thing
      • ThingChild
        • ThingChild-modifier
    • Scale sizes (e.g. s, m, l, xl)

    21:43 - Other tips

    • Group like CSS together
    • Chunk into different files
    • Write good comments
    • CSS properties FTW

    Links

    Tweet us your tasty treats!

    Design Foundations For Developers

    Design Foundations For Developers

    In this episode of Syntax, Scott and Wes talk about design foundations for developers — tips to follow that will make your designs better!

    Sanity - Sponsor

    Sanity.io is a real-time headless CMS with a fully customizable Content Studio built in React. Get a Sanity powered site up and running in minutes at sanity.io/create. Get an awesome supercharged free developer plan on sanity.io/syntax.

    Freshbooks - Sponsor

    Get a 30 day free trial of Freshbooks at freshbooks.com/syntax and put SYNTAX in the “How did you hear about us?” section.

    Show Notes

    6:35 - Our backgrounds in design

    12:41 - Foundations

    • Consistency makes a big difference
    • Use “training wheel” tools until you are confident
    • Always work within a system
    • Less is more - subtle is better

    19:39 - Color

    • Color theory
    • Complementary colors and shades
    • Stick to color pallet generators until you are good enough

    28:51 - Spacing

    • More spacing than you think you need
    • Vertical rhythm
    • Letter spacing: -1px
    • Consistent margin and padding

    34:47 - Typography

    • Sans vs serifs
    • Finding fonts
    • Use proven combinations until you know your way around

    41:49 - Interaction

    • Design for all states (e.g. standard, visited, active, hover, etc.)
    • Animations should be quick
    • Interactions should make sense

    45:04 - Concerns beyond visuals

    • Accessibility via color contrast
    • Thin fonts and light grey are awful
    • Think about the poor Windows users

    48:47 - Inspiration + Resources

    Links

    ××× SIIIIICK ××× PIIIICKS ×××

    Shameless Plugs

    Tweet us your tasty treats!

    Hasty Treat - CSS Units

    Hasty Treat - CSS Units

    In this Hasty Treat, Scott and Wes talk about CSS units (e.g. rems vs ems, px, ch, vmax), when and why you want to be using them, tips and tricks, and more!

    LogRocket - Sponsor

    LogRocket lets you replay what users do on your site, helping you reproduce bugs and fix issues faster. It’s an exception tracker, a session replayer and a performance monitor. Get 14 days free over at https://logrocket.com/syntax.

    Show Notes

    2:32

    • Typography with CSS units

    12:04

    • Pixels

    15:17

    • Viewport units

    15:51

    • ch units

    16:35

    • inch/cm for print

    17:19

    • Percentages

    18:10

    • Media queries

    19:41

    • Flexbox (flex-grow)

    20:28

    • CSS Grid: flexible units: 1fr 2fr

    Links

    Tweet us your tasty treats!

    All About CSS Grid

    All About CSS Grid

    It's a long awaited CSS Grid show! How does it work? When do you use it? What's the difference between Grid and Flexbox?

    • Save A Bro is selling absolutely hilarious mustache t-shirts for $18 - all proceeds go to support the fight against prostate cancer. Use the coupon code "syntax" at checkout to get free shipping in the US.

    The Show Notes

    Sick Picks

    Tweet us your tasty treats!