From 51bf806933cb08456cb70bfa1763e2dc2619c935 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Mon, 26 Oct 2015 15:12:51 +0100 Subject: font work: Use Cabin and Cantatell fonts instead of Ubuntu and Ubuntu Light. --- src/dash-entry.vala | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/dash-entry.vala') diff --git a/src/dash-entry.vala b/src/dash-entry.vala index b8aab69..f39d2cc 100644 --- a/src/dash-entry.vala +++ b/src/dash-entry.vala @@ -23,7 +23,7 @@ extern bool gtk_style_context_lookup_color (Gtk.StyleContext ctx, string color_n public class DashEntry : Gtk.Entry, Fadable { - public static string font = "Ubuntu 14"; + public static string font = "Cabin 14"; public signal void respond (); public string constant_placeholder_text { get; set; } @@ -163,7 +163,7 @@ public class DashEntry : Gtk.Entry, Fadable /* Draw text */ var layout = create_pango_layout (constant_placeholder_text); - layout.set_font_description (Pango.FontDescription.from_string ("Ubuntu 13")); + layout.set_font_description (Pango.FontDescription.from_string ("Cabin 13")); Pango.cairo_show_layout (c, layout); c.restore (); -- cgit v1.2.3