Skip to content

Commit

Permalink
Use light font for time
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisMT committed Sep 13, 2015
1 parent 4181ad7 commit 67d5b15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ static void main_window_load(Window *window) {

// Create time layer
s_time_layer = text_layer_create(GRect(0, 43, 144, 50));
text_layer_set_font(s_time_layer, fonts_get_system_font(FONT_KEY_BITHAM_42_BOLD));
text_layer_set_font(s_time_layer, fonts_get_system_font(FONT_KEY_BITHAM_42_LIGHT));
text_layer_set_text_alignment(s_time_layer, GTextAlignmentCenter);
layer_add_child(window_get_root_layer(window), text_layer_get_layer(s_time_layer));

Expand Down

0 comments on commit 67d5b15

Please sign in to comment.