
Variable fonts also contain axes ( singular noun axis), which provide a range of property customizations. In contrast, using the typeface’s variable font version would combine all five styles into one file. While static fonts can only contain one font per file, a variable font can contain many.įor example, if a typeface contains five font styles - italic, thin, regular, bold, and black - using the typeface’s static font files would require five font files. Users with edit access to a Figma design file can use variable fontsĪ variable font provides a range of dynamic font variations for a typeface in a single file. Once you have access to your local fonts, you can find any icon fonts in the font picker. Download the font helper to access local fonts in the browser.There are a few ways to access fonts from your device: If you have a different icon font installed on your device, you can still use these icon fonts in Figma. Figma will display the icon in the canvas:.
Paste the icon into your text object in Figma using the keyboard shortcut:. Based on your icon choice, use the font style field to select Regular or Solid:. Select the Font Awesome 5 Free font from the list. In the Text section of the properties panel, click the arrow next to the font. Right-click on the icon you want to use and select Copy from the menu to add it to your clipboard:. You'll need to update the font style in Figma to match: Use the tabs at the top of the page to choose between Solid or Regular Font Awesome icons. View and copy icons from the Font Awesome cheatsheet. Font Awesome is free to use, or you can purchase an extended range of icons.įont Awesome has both regular or solid versions of an icon. If an icon isn't showing up when you paste it, you may need to switch to the solid style to see the icon. Font Awesome iconsīy default, Figma supports Font Awesome, a popular set of icons in an easy-to-use font. Like regular text, icon fonts can be styled using CSS, which makes them popular in web development. Icon fonts are fonts that are made up of symbols, as opposed to regular letters and numbers. You can add icons to your designs as actual images, or use an icon font. Icons are images or symbols that represent specific actions or tools in an interface. I am designing a new web project and I am going to use Icon fonts for symbols over my pages.You will need to have can edit access to a file to edit any text layers. Any ideas on how to accomplish this, short of downloading every Google font I want to test and invoking it locally? Url('Oranienbaum.ttf') format('truetype')Īnd nothing works. I’ve tried various ways of invoking it, like: Header-font Īnd a zillion variations on the src, such as src: local ('Oranienbaum') Font-face seems like the solution, but it only seems to work with resident fonts or direct URL fonts…I can’t figure out how to get it to recognize a Google font family.
But I want to create a font “alias” called Header-font to which I can assign different Google fonts to see how they display throughout my site. The rule should be added to the stylesheet before any styles. This is the method with the deepest support possible right now. The only practical thing also using WOFF buys you is IE 11 support.