diff --git a/app/assets/stylesheets/application.css.scss b/app/assets/stylesheets/application.css.scss index 94f5cc585..88c220b80 100644 --- a/app/assets/stylesheets/application.css.scss +++ b/app/assets/stylesheets/application.css.scss @@ -39,7 +39,7 @@ $sizes: map-merge( @import "bootstrap/scss/bootstrap"; @import "bootstrap-icons/font/bootstrap-icons"; @import "selectize.bootstrap5.scss"; -@import "font-awesome/css/font-awesome"; +@import '@fortawesome/fontawesome-free/css/all.css'; @import "partials/_categories.scss"; @import "partials/_filter-tags.scss"; diff --git a/app/assets/stylesheets/events.scss b/app/assets/stylesheets/events.scss index 711f0a59c..3da8b1730 100644 --- a/app/assets/stylesheets/events.scss +++ b/app/assets/stylesheets/events.scss @@ -74,11 +74,6 @@ .events { h2 { padding-top: 0; - a { - color: $black; - font-weight: 600; - text-decoration: underline; - } } .upcoming-header { background-color:$footer-gray; @@ -136,7 +131,7 @@ } .exhibit { font-family: "Roboto"; - font-weight: 700; + font-weight: 500; padding: 21px; margin-bottom: 14px; border-bottom: solid $light-grey 1px; diff --git a/app/assets/stylesheets/exhibitions.scss b/app/assets/stylesheets/exhibitions.scss index 863acb05c..fbdb019ce 100644 --- a/app/assets/stylesheets/exhibitions.scss +++ b/app/assets/stylesheets/exhibitions.scss @@ -13,14 +13,14 @@ } .dates { font-size: 1.3rem; - font-weight: 700; + font-weight: 500; margin-bottom: 14px; } .event-location { h3 { font-size: 1.25rem; font-family: "Roboto"; - font-weight: 700; + font-weight: 500; } border: solid $seagreen 1px; border-radius: 7px; @@ -28,7 +28,7 @@ padding: 21px; margin-bottom: 14px; font-family: "Roboto"; - font-weight: 700; + font-weight: 500; a { color: $black; text-decoration: underline; diff --git a/app/assets/stylesheets/finding_aids.scss b/app/assets/stylesheets/finding_aids.scss index 543743f39..5b7532bba 100644 --- a/app/assets/stylesheets/finding_aids.scss +++ b/app/assets/stylesheets/finding_aids.scss @@ -60,19 +60,8 @@ font-weight: 700; } } - a[data-bs-toggle="collapse"]:after { - content: "\f105"; - font-family: "FontAwesome"; - font-size: larger; - float: right; - padding-right: 7px; - } - a[aria-expanded="true"]:after { - content: "\f107"; - font-family: "FontAwesome"; - font-size: larger; - float: right; - padding-right: 7px; + .finding-aids-subjects, .finding-aids-collections { + color: $white; } .filter_reset { margin-top: 21px; diff --git a/app/assets/stylesheets/forms.scss b/app/assets/stylesheets/forms.scss index e40379553..fd580d05b 100644 --- a/app/assets/stylesheets/forms.scss +++ b/app/assets/stylesheets/forms.scss @@ -4,9 +4,6 @@ form { label.collection_check_boxes { font-weight: 100; } - legend { - font-weight: 600; - } } .form { margin-top: 21px; diff --git a/app/assets/stylesheets/main.scss b/app/assets/stylesheets/main.scss index fed33d2da..0794ee600 100644 --- a/app/assets/stylesheets/main.scss +++ b/app/assets/stylesheets/main.scss @@ -17,7 +17,7 @@ h1 { font-size: 220%; margin-bottom: 21px; font-family: "Faustina"; - font-weight: 800; + font-weight: 600; } h2 { font-size: 160%; @@ -31,7 +31,7 @@ h4,h5,h6 { strong, .strong { font-family: "Roboto"; - font-weight: 700; + font-weight: 600; } .flash { @@ -104,7 +104,7 @@ form { font-size: 85%; } label { - font-weight: 600; + font-weight: 500; padding-right: 10px; } } @@ -241,8 +241,6 @@ marquee { color: $red; } i.fa-search { - content: "\f002"; - font-family: "FontAwesome"; display: inline-block; position:relative; } diff --git a/app/assets/stylesheets/pages.scss b/app/assets/stylesheets/pages.scss index 0fc081811..d22350e18 100644 --- a/app/assets/stylesheets/pages.scss +++ b/app/assets/stylesheets/pages.scss @@ -91,10 +91,6 @@ #home { overflow: hidden; - // a { - // font-family: "Roboto"; - // font-weight: 400; - // } .page-search-container { .fa.fa-search { display: inline-block; @@ -577,20 +573,12 @@ .access-link { a { - color: $royal-blue; background-color: $crystal-blue; + color: $royal-blue; font-family: faustina; padding: 7px 14px; display: inline-block; } - a::after { - padding-left: 10px; - padding-top: 3px; - content: "\f0da"; - font-family: FontAwesome; - position: relative; - top: 2px; - } h2 { margin: 28px 0; } diff --git a/app/assets/stylesheets/partials/_footer.scss b/app/assets/stylesheets/partials/_footer.scss index fc15257ed..7bbb0d805 100644 --- a/app/assets/stylesheets/partials/_footer.scss +++ b/app/assets/stylesheets/partials/_footer.scss @@ -61,7 +61,7 @@ a.donate { background-color: $crystal-blue; color: $royal-blue !important; font-family: "faustina"; - font-weight: 600; + font-weight: 500; font-size: 20px; @media(max-width: 500px) { margin-right: 21px; diff --git a/app/assets/stylesheets/partials/_hours.scss b/app/assets/stylesheets/partials/_hours.scss index 8897f406a..6a19198df 100644 --- a/app/assets/stylesheets/partials/_hours.scss +++ b/app/assets/stylesheets/partials/_hours.scss @@ -2,7 +2,7 @@ .today { - font-weight: 600; + font-weight: 500; border-left: solid $red 1px; border-right: solid $red 1px; background-color: #efefef; @@ -95,13 +95,13 @@ } .hours-month-name { - font-weight: 600; + font-weight: 500; font-size: 150%; } .mobile-hours { .today { - font-weight: 600; + font-weight: 500; border-left: solid $red 1px; border-right: solid $red 1px; background-color: $white; @@ -184,7 +184,7 @@ input[type="submit"] { background-color: $red; color: $white; - font-weight: 600; + font-weight: 500; border-radius: 4px; padding: 4px 14px; border: solid $red 1px; @@ -193,7 +193,7 @@ .space-show, .building-show { .today { - font-weight: 600; + font-weight: 500; border-bottom: solid $red 3px; border-left: 0; border-right: 0; @@ -212,7 +212,7 @@ .hours-dates { padding: 7px; border-bottom: solid $new-gold 3px; - font-weight: 700; + font-weight: 500; } .hours-times { .time { @@ -255,7 +255,7 @@ padding-left: 10px; padding-top: 3px; content: "\f0da"; - font-family: FontAwesome; + font-family: "Font Awesome 6 Free"; position: relative; top: 2px; } @@ -299,7 +299,7 @@ margin-bottom: 14px; } .hours-location, .hours-month-name { - font-weight: 600; + font-weight: 500; font-size: 120%; } .hours-month-name { @@ -309,7 +309,7 @@ .mobile-hours { .today { - font-weight: 600; + font-weight: 500; border-left: solid $red 1px; border-right: solid $red 1px; background-color: $white; @@ -395,7 +395,7 @@ input[type="submit"] { background-color: $red; color: $white; - font-weight: 600; + font-weight: 500; border-radius: 4px; padding: 4px 14px; border: solid $red 1px; diff --git a/app/assets/stylesheets/partials/_responsive.scss b/app/assets/stylesheets/partials/_responsive.scss index 222770631..d3de48824 100644 --- a/app/assets/stylesheets/partials/_responsive.scss +++ b/app/assets/stylesheets/partials/_responsive.scss @@ -62,7 +62,7 @@ background-color: transparent!important; color: $black!important; font-size: 200%!important; - font-weight: 600 !important; + font-weight: 500 !important; } #time { width: 100%!important; diff --git a/app/assets/stylesheets/partials/_typography.scss b/app/assets/stylesheets/partials/_typography.scss index 2327c4b68..8646c5563 100644 --- a/app/assets/stylesheets/partials/_typography.scss +++ b/app/assets/stylesheets/partials/_typography.scss @@ -1,7 +1,3 @@ -.fa, .far, .fas { - font-family: "Font Awesome 5 Free"; -} - .roboto-thin { font-family: "Roboto", sans-serif; font-weight: 100; diff --git a/app/assets/stylesheets/persons.scss b/app/assets/stylesheets/persons.scss index 0c04cb323..48890fb8f 100644 --- a/app/assets/stylesheets/persons.scss +++ b/app/assets/stylesheets/persons.scss @@ -101,7 +101,7 @@ font-size: 1.15rem !important; .p-name { font-size: 135%; - font-weight: 600; + font-weight: 500; font-family: Roboto; color: $red; @media (max-width: 750px) { diff --git a/app/views/events/show.html.erb b/app/views/events/show.html.erb index 0a79473b0..d42f3313c 100644 --- a/app/views/events/show.html.erb +++ b/app/views/events/show.html.erb @@ -28,7 +28,11 @@ <% unless @event.registration_link.blank? %>