I added two weight levels to the settings.scss and I added a lower case
e to the Events slider.
<div class="row collapse events-carousel-container">
<div id="glma-events-carousel-header">
<div id="glma-events-carousel-title">
- <h1>Upcoming Events</h1>
+ <h1>Upcoming events</h1>
</div>
<div id="glma-events-carousel-more">
<div><a href="<?php echo get_permalink(3655); ?>">View All Events <span class="arrow"></span></a></div>
$font-weight-bold: bold;
$font-weight-xbold: 800;
$font-weight-semi-bold: 600;
+$font-weight-medium: 500;
+$font-weight-light: 300;
$white : #FFFFFF;