Skip to content

Commit

Permalink
tweak kerning
Browse files Browse the repository at this point in the history
  • Loading branch information
jb55 committed Dec 21, 2023
1 parent 52622c6 commit 16e5816
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/render.rs
Expand Up @@ -295,7 +295,7 @@ fn wrapped_body(ui: &mut egui::Ui, text: &str) {
let format = TextFormat {
font_id: FontId::proportional(52.0),
color: Color32::WHITE,
extra_letter_spacing: -3.0,
extra_letter_spacing: -2.5,
line_height: Some(50.0),
..Default::default()
};
Expand Down Expand Up @@ -390,7 +390,7 @@ fn note_ui(app: &Notecrumbs, ctx: &egui::Context, note: &NoteRenderData) {

ui.horizontal(|ui| {
ui.with_layout(right_aligned(), |ui| {
ui.label(RichText::new("damus.io").size(40.0));
ui.label(RichText::new("damus.io").size(30.0));
});
});

Expand Down

0 comments on commit 16e5816

Please sign in to comment.