Skip to content

Instantly share code, notes, and snippets.

@Meigyoku-Thmn
Last active October 27, 2020 17:50
Show Gist options
  • Save Meigyoku-Thmn/fc49566f49cfb420a7176f875d2c61ff to your computer and use it in GitHub Desktop.
Save Meigyoku-Thmn/fc49566f49cfb420a7176f875d2c61ff to your computer and use it in GitHub Desktop.
CSS rules for Discord font customing
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap');
.da-messageContent .emoji {
width: 2.5em;
height: 2.5em;
vertical-align: middle;
}
.da-messageContent, .da-username,
.da-headerName, .da-roleName, .da-title,
.da-topic, .da-name, .da-guildNameText, .da-markup {
font-family: "Roboto", "Segoe UI", Tahoma, Arial, sans-serif;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment