Figma interface font change - size from 11 to 14 and family from Inter to Roboto.
Figma UI font size and family change by dvemp
Details
Authordvemp
LicenseNo License
Categoryfigma.com
Created
Updated
Size1.1 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Figma UI font size and family change
@version 20211112.21.03
@namespace userstyles.world/user/dvemp
@description Figma interface font change - size from 11 to 14/16 and family from Inter to Roboto.
@author dvemp
@license No License
==/UserStyle== */
@-moz-document domain("www.figma.com") {
/* Figma UI font sizes */
div[class^='sidebar'] {
font-size: 14px;
font-family: Roboto, sans-serif;
}
div[class^='favorited_section'] {
font-size: 14px;
font-family: Roboto, sans-serif;
}
div[class^='folder_link'] {
font-size: 14px;
font-family: Roboto, sans-serif;
}
div[class^='team_link'] {
font-size: 14px;
font-family: Roboto, sans-serif;
}
div[class^='navbar'] {
font-size: 14px;
font-family: Roboto, sans-serif;
}
div[class^='scroll_container'] {
font-size: 14px;
font-family: Roboto, sans-serif;
}
div[class^='properties_panel'] {
font-size: 14px;
font-family: Roboto, sans-serif;
}
div[class*='dropdown'] {
font-size: 14px;
font-family: Roboto, sans-serif;
}
}