mirror of
https://github.com/emilk/egui.git
synced 2026-09-02 06:40:06 -04:00
Fix comment
This commit is contained in:
@@ -270,7 +270,6 @@ impl Default for FontDefinitions {
|
|||||||
|
|
||||||
let mut families = BTreeMap::new();
|
let mut families = BTreeMap::new();
|
||||||
|
|
||||||
// We tweak the fonts slightly to improve their vertical alignment in buttons etc:
|
|
||||||
font_data.insert("Hack".to_owned(), FontData::from_static(HACK_REGULAR));
|
font_data.insert("Hack".to_owned(), FontData::from_static(HACK_REGULAR));
|
||||||
|
|
||||||
// Some good looking emojis. Use as first priority:
|
// Some good looking emojis. Use as first priority:
|
||||||
|
|||||||
Reference in New Issue
Block a user