diff --git a/app/views/layouts/application.html.haml b/app/views/layouts/application.html.haml index 42479355..43347765 100644 --- a/app/views/layouts/application.html.haml +++ b/app/views/layouts/application.html.haml @@ -5,7 +5,7 @@ %title EdContext = csrf_meta_tags = stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track': 'reload' - = stylesheet_link_tag 'https://fonts.googleapis.com/css?family=Roboto:300' + = stylesheet_link_tag 'https://fonts.googleapis.com/css?family=Roboto:300,700' = javascript_include_tag 'application', 'data-turbolinks-track': 'reload' %body .container diff --git a/app/views/schools/show.html.haml b/app/views/schools/show.html.haml index f890c782..ac2c0011 100644 --- a/app/views/schools/show.html.haml +++ b/app/views/schools/show.html.haml @@ -19,7 +19,7 @@ %h4 School Recipients %table{style: 'width: 100%;'} %tbody - %thead + %thead{style: 'font-weight: bold;'} %th Name %th Phone %th{colspan: 2} Actions