diff --git a/web/app/themes/mitlib-child/functions.php b/web/app/themes/mitlib-child/functions.php
index 9533d5f1..f1323f33 100644
--- a/web/app/themes/mitlib-child/functions.php
+++ b/web/app/themes/mitlib-child/functions.php
@@ -31,6 +31,7 @@ function child_scripts_styles() {
wp_register_style( 'interviews', get_stylesheet_directory_uri() . '/css/build/interviews.css', array(), $theme_version );
wp_register_style( 'interviewees', get_stylesheet_directory_uri() . '/css/build/interviewees.css', array(), $theme_version );
wp_register_style( 'child-style', get_stylesheet_uri(), array( 'parent-global', 'dashicons' ), $theme_version );
+ wp_register_style( 'child-about', get_template_directory_uri() . '/css/build/about.css', $theme_version );
// Then we register javascript libraries.
wp_deregister_script( 'jquery' );
@@ -57,6 +58,13 @@ function child_scripts_styles() {
if ( is_post_type_archive( 'interviewee' ) ) {
wp_enqueue_style( 'interviewees' );
}
+
+ // Check to see which blog we're on
+ $blog_id_to_check = get_current_blog_id();
+ // Load the about page styles only on the about page (33) in the about child site (19)
+ if ( is_page( '33' ) && $blog_id_to_check == 19 ) {
+ wp_enqueue_style( 'child-about' );
+ }
}
add_action( 'wp_enqueue_scripts', 'Mitlib\Child\child_scripts_styles' );
diff --git a/web/app/themes/mitlib-child/style.css b/web/app/themes/mitlib-child/style.css
index f99fdfeb..191e709a 100644
--- a/web/app/themes/mitlib-child/style.css
+++ b/web/app/themes/mitlib-child/style.css
@@ -1,7 +1,7 @@
/*
Theme Name: MITlib Child
Author: MIT Libraries
-Version: 1.3
+Version: 1.4
Description: A child theme of the MIT Libraries' parent, focused on sites built primarily with static pages.
Template: mitlib-parent
@@ -19,13 +19,6 @@ Template: mitlib-parent
background: #333;
color: #fff;
}*/
-body {
- font-family:'Open Sans',Helvetica,sans-serif;
-}
-
-h1,h2,h3,h4,h5,h6 {
- font-family:'Open Sans',Helvetica,sans-serif;
-}
b, strong {
font-weight: bold;
diff --git a/web/app/themes/mitlib-news/css/newsmobile.css b/web/app/themes/mitlib-news/css/newsmobile.css
index a384415a..2f16cb55 100644
--- a/web/app/themes/mitlib-news/css/newsmobile.css
+++ b/web/app/themes/mitlib-news/css/newsmobile.css
@@ -22,7 +22,7 @@ button#dropdownMenu1 {
padding: 9px 0px;
}
.newsNav ul li.current-menu-item a {
- color: rgb(88,137,193);
+ color: #666;
}
.page h2 {
}
@@ -48,7 +48,7 @@ ul#menu-mainnav {
box-shadow: 0px 0 !important;
}
.newsNav ul li.current-menu-item a {
- color: rgb(88,137,193);
+ color: #666;
}
li#menu-item-17755, li#menu-item-17832 {
display: none
@@ -67,8 +67,8 @@ li#menu-item-17755, li#menu-item-17832 {
padding-left: 0px;
}
.newsNav ul li.current-menu-item {
- background-color: rgb(88,137,193);
- display: inline;
+ background-color: #e7e7e7;
+ color: #555;
}
hr.news {
background-color: rgb(230, 230, 230);
@@ -80,21 +80,21 @@ hr.news {
margin-right: 0px;
}
.newsNav ul li {
- border-radius: 5px;
+ border-radius: 0;
background-color: #fff;
display: inline;
border: 1px solid rgb(230,230,230);
margin-right: 5px;
}
.newsNav ul li.current-menu-item a {
- color: #fff;
+ color: #555;
}
.newsNav ul li a {
- color: rgb(88,137,193);
- font-size: 12px;
+ color: #666;
+ font-size: 16px;
}
body.tax-bibliotech_issues .newsNav ul li a {
- color: rgb(88,137,193);
+ color: #666;
}
.newsNav ul li a:hover {
text-decoration: none;
@@ -104,7 +104,7 @@ body.tax-bibliotech_issues .newsNav ul li a {
padding-left: 0px;
}
.newsNav ul li.current-menu-item a:hover {
- color: rgb(88,137,193);
+ color: #666;
}
body.tax-bibliotech_issues .newsNav ul li#menu-item-17024, body.page-bibliotech-about .newsNav ul li#menu-item-17024, body.single-bibliotech .newsNav ul li#menu-item-17024 {
border-radius: 5px;
@@ -147,7 +147,8 @@ li#menu-item-17755, li#menu-item-17832 {
padding-left: 0px;
}
.newsNav ul li.current-menu-item {
- background-color: rgb(88,137,193);
+ background-color: #e7e7e7;
+ color: #555;
display: inline;
}
hr.news {
@@ -160,21 +161,21 @@ hr.news {
margin-right: 0px;
}
.newsNav ul li {
- border-radius: 5px;
+ border-radius: 0;
background-color: #fff;
display: inline;
border: 1px solid rgb(230,230,230);
margin-right: 5px;
}
.newsNav ul li.current-menu-item a {
- color: #fff;
+ color: #555;
}
.newsNav ul li a {
- color: rgb(88,137,193);
+ color: #666;
font-size: 12pt;
}
body.tax-bibliotech_issues .newsNav ul li a {
- color: rgb(88,137,193);
+ color: #666;
}
.newsNav ul li a:hover {
text-decoration: none;
@@ -184,7 +185,7 @@ body.tax-bibliotech_issues .newsNav ul li a {
padding-left: 0px;
}
.newsNav ul li.current-menu-item a:hover {
- color: rgb(88,137,193);
+ color: #666;
}
body.tax-bibliotech_issues .newsNav ul li#menu-item-17024, body.page-bibliotech-about .newsNav ul li#menu-item-17024, body.single-bibliotech .newsNav ul li#menu-item-17024 {
border-radius: 5px;
@@ -228,8 +229,8 @@ li#menu-item-17755, li#menu-item-17832 {
padding-left: 0px;
}
.newsNav ul li.current-menu-item {
- border-radius: 5px;
- background-color: rgb(88,137,193);
+ border-radius: 0;
+ background-color: #e7e7e7;
display: inline;
}
hr.news {
@@ -243,40 +244,43 @@ hr.news {
width: 99%;
}
.newsNav ul li {
- border-radius: 5px;
+ border-radius: 0;
background-color: #fff;
display: inline;
border: 1px solid rgb(230,230,230);
margin-right: 5px;
}
.newsNav ul li.current-menu-item a {
- color: #fff;
+ color: #555;
}
.newsNav ul li a {
- color: rgb(88,137,193);
+ color: #666;
font-size: 12pt;
}
body.tax-bibliotech_issues .newsNav ul li a {
- color: rgb(88,137,193);
+ color: #666;
}
.newsNav ul li a:hover {
- text-decoration: none;
+ color: #0000ff;
+ background-color: #fff;
+ text-decoration: underline;
}
.newsNav {
margin-bottom: 13px;
padding-left: 0px;
}
.newsNav ul li.current-menu-item a:hover {
- color: rgb(88,137,193);
+ background-color: #e7e7e7;
+ color: #0000ff;
}
body.tax-bibliotech_issues .newsNav ul li#menu-item-17024, body.page-bibliotech-about .newsNav ul li#menu-item-17024, body.single-bibliotech .newsNav ul li#menu-item-17024 {
- border-radius: 5px;
- background-color: rgb(88,137,193);
+ border-radius: 0;
+ background-color: #e7e7e7;
display: inline;
- color: white;
+ color: #555;
}
body.tax-bibliotech_issues .newsNav ul li#menu-item-17024 a, body.page-bibliotech-about .newsNav ul li#menu-item-17024 a, body.single-bibliotech .newsNav ul li#menu-item-17024 a {
- color: #fff;
+ color: #555;
}
/*NAV*/
diff --git a/web/app/themes/mitlib-news/inc/sub-header.php b/web/app/themes/mitlib-news/inc/sub-header.php
index 085208a2..e1aebc46 100644
--- a/web/app/themes/mitlib-news/inc/sub-header.php
+++ b/web/app/themes/mitlib-news/inc/sub-header.php
@@ -34,7 +34,7 @@
-
+
+
diff --git a/web/app/themes/mitlib-news/style.css b/web/app/themes/mitlib-news/style.css
index 9693b0ca..f9deb5d7 100644
--- a/web/app/themes/mitlib-news/style.css
+++ b/web/app/themes/mitlib-news/style.css
@@ -1,7 +1,7 @@
/*
Theme Name: MITlib News
Author: MIT Libraries
-Version: 0.4
+Version: 0.5
Description: A child theme of the MIT Libraries' parent, focused on News features and content.
Template: mitlib-parent
@@ -11,12 +11,12 @@ Template: mitlib-parent
.content-area a:link,
.content-area a:visited {
color: #000;
- text-decoration: underline;
+ text-decoration: none;
}
.content-area a:hover,
.content-area a:active {
color: #00F;
- text-decoration: none;
+ text-decoration: underline;
}
.container-fluid {
@@ -38,9 +38,6 @@ Template: mitlib-parent
h2 a {
color: #111;
}
-.single h2 a {
- color: #338bc5
-}
aside .widget {
background: #ede8e2;
border-bottom: 2px solid #c6b6a3;
@@ -56,10 +53,9 @@ h3 {
}
.card-subtitle {
- padding: 0 10px 7px;
+ padding: 0 10px 10px;
font-size: 14px;
- color: #6B6B70;
- font-weight: 400 !important;
+ color: #666;
line-height: 1.3;
margin: 0 !important;
}
@@ -109,6 +105,7 @@ ul#menu-subscribe {
.mySingle h2.subtitle {
font-size: 20px;
line-height: 26px;
+ color: #666;
}
.single .mitContent h2 {
font-size: 24px;
@@ -178,16 +175,6 @@ table.hrList tr:nth-child(even) {
.twitterLink {
margin-top: 1px;
}
-.category-post-single {
- font-weight: 600;
- font-style: italic;
- color: rgb(153,153,153);
-}
-.date-post {
- font-weight: 400;
- font-style: italic;
- color: rgb(153,153,153);
-}
.no-padding-left {
padding-left: 0 !important;
@@ -200,12 +187,10 @@ table.hrList tr:nth-child(even) {
}
.single .entry-content p {
- font-size: 14px !important;
- line-height: 1.5;
- color: #5B5B5B;
- font-family: 'Open Sans', sans-serif;
+ font-size: 16px;
+ line-height: 1.7;
font-weight: 400;
- margin-bottom: 10px;
+ margin-bottom: 20px !important;
}
.single .entry-content p:last-of-type {
margin-bottom: 83px;
@@ -213,18 +198,16 @@ table.hrList tr:nth-child(even) {
.single .entry-content p.wp-caption-text {
margin-bottom: 0px;
+ font-size: 14px;
}
.excerpt-post p {
height: 70px !important;
overflow: hidden;
}
h1.single {
- font-size: 27pt !important;
+ font-size: 28px;
line-height: 27pt;
- color: rgb(89,89,89);
- font-family: 'Open Sans', sans-serif;
- font-weight: 400;
- padding: 15px 0 10px;
+ padding: 15px 0 4px;
}
h1.lib-header,
h1.search,
@@ -242,16 +225,31 @@ h2.search {
padding: 0 16px 15px;
}
.title-page h1.name-site, h2.name-site, h2.name-site a {
- font-size: 40px;
- font-weight: 300;
- color: #5889C2;
+ font-size: 34px;
line-height: 1;
margin: 15px 0px;
padding: 0px 0px;
white-space: nowrap;
}
+
+body.single-post h2.name-site,
+body.single-post h2.name-site a,
+body.page-subscribe .title-page h1.name-site,
+body.page-subscribe .title-page h1.name-site a,
+body.page-in-the-media .title-page h1.name-site,
+body.page-in-the-media .title-page h1.name-site a
+ {
+ font-size: 24px;
+ height: 34px;
+ margin: 24px 0px 5px;
+}
+
+div.entry-meta {
+ padding-top: 8px;
+}
+
.entry-meta .author, .entry-meta .date-post, .entry-meta .category-post-single {
- font-size: 11px;
+ font-size: 13px;
}
.nextBtn {
display: -webkit-flex;
@@ -264,22 +262,22 @@ h2.search {
justify-content: center;
}
.readMorePosts button {
- background-color: rgb(255,136,39);
+ background-color: #ca5000;
padding: 10px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
font-size: 16px;
- font-weight: 500;
+ font-weight: 600;
color: white;
- border: 1px solid rgb(255, 125, 46);
+ border: none;
width: 100%;
margin-bottom: 20px;
margin-top: 13px;
}
.readMorePosts button:hover {
- background-color: #f7700a;
- color: #fff0e5;
+ background-color: #7E3200;
+ color: #fff;
background-image: none;
}
.subNavH {
@@ -321,7 +319,7 @@ h2.search {
padding-bottom: 14px;
}
.moreBtn button:active, .moreBtn button:focus, .moreBtn button:hover {
- background-color: rgb(255, 125, 46);
+ background-color: #ca5000;
background-image: none;
}
.inner, #breadcrumb {
@@ -519,7 +517,6 @@ h2.search {
text-decoration: none;
margin: 0px;
letter-spacing: 0px;
- font-family: 'Open Sans', sans-serif;
font-weight: bold;
color: #111;
padding: 8px 10px !important;
@@ -530,7 +527,6 @@ h2.search {
text-decoration: none;
margin: 0;
letter-spacing: 0px;
- font-family: 'Open Sans', sans-serif;
font-weight: 400;
color: #111;
padding: 10px 0 !important;
@@ -542,7 +538,6 @@ h2.search {
text-decoration: none;
margin: 0;
letter-spacing: 0px;
- font-family: 'Open Sans', sans-serif;
font-weight: 400;
color: #111;
padding: 10px 0 !important;
@@ -550,7 +545,6 @@ h2.search {
.mitDate {
float: right;
- font-family: 'Open Sans', sans-serif;
color: #6d6d6d;
font-size: 10px;
}
@@ -604,10 +598,9 @@ h2.search {
margin-bottom: -3px;
}
.time {
- color: #ABABAB;
+ color: #666;
}
.category-post a {
- font-family: 'Open Sans', sans-serif;
font-size: 10px;
font-weight: 600;
}
@@ -676,9 +669,9 @@ li#menu-item-14139 {
position: absolute;
top: 10px;
left: 48px;
- color: #f58733;
+ color: #B85102;
font-size: 10pt;
- font-family: 'Open Sans', sans-serif;
+ font-weight: 600;
}
#searchform label {
font-size: 11px;
@@ -737,25 +730,23 @@ button#dropdownMenu1 {
}
li#categories {
list-style-type: none;
+ margin-top: -3px;
}
select#cat, select#mitArchive, select#dynamic_select, select#bilbioMenu, select#bibMenu {
margin: 0px;
font-size: 17px;
- color: #595959;
+ color: #222;
width: 284px;
max-width: 300px;
- font-family: "open sans", sans-serif;
font-weight: 600;
line-height: 28pt;
- border-bottom: 1px solid rgb(225, 225, 225);
- background-color: rgb(244, 244, 244);
- border-top: 1px solid rgb(242, 242, 242);
- border-left: 1px solid rgb(242, 242, 242);
- border-right: 1px solid rgb(229, 229, 229);
- height: 38px;
- -webkit-border-radius: 5px;
- -moz-border-radius: 5px;
- border-radius: 5px;
+ border: 1px solid #aaa;
+ background-color: #fafafa;
+ height: 41px;
+ -webkit-border-radius: 0;
+ -moz-border-radius: 0;
+ border-radius: 0;
+ padding-left: 12px;
}
select#bibMenu {
width: 160px;
@@ -831,9 +822,8 @@ h2.grid {
}
.eventsBox .excerpt-post p, .excerpt-post p {
padding: 0 10px 8px;
- font-family: 'Open Sans', sans-serif;
font-size: 12px;
- color: #80808D;
+ color: #666;
line-height: 1.5;
font-weight: 400;
}
@@ -1419,7 +1409,7 @@ p.search {
padding: 1px 0px 43px 22px;
}
.bgWhite .event {
- color: #F58733;
+ color: #B85102;
padding-left: 20px;
font-size: 14px !important;
}
@@ -1430,7 +1420,7 @@ p.search {
padding-left: 0;
}
.events {
- color: #F58733;
+ color: #B85102;
padding: 0 10px 10px;
font-size: 14px !important;
width: 100% !important;
@@ -1662,3 +1652,8 @@ p.search {
margin-top: -20%;
}
+
+ /* Override the color of the SVG icons */
+ span.bg-image svg path {
+ fill: #B85102;
+ }
diff --git a/web/app/themes/mitlib-parent/css/hours-mobile.css b/web/app/themes/mitlib-parent/css/hours-mobile.css
index 36b569ea..97c424ef 100644
--- a/web/app/themes/mitlib-parent/css/hours-mobile.css
+++ b/web/app/themes/mitlib-parent/css/hours-mobile.css
@@ -53,7 +53,7 @@ gldp-default .monyear span {
.content-main {
display: -webkit-flex;
display: flex;
- -webkit-flex-direction: row /* works with row or column */
+ -webkit-flex-direction: row; /* works with row or column */
flex-direction: row;
-webkit-align-items: flex-start;
align-items: flex-start;
@@ -118,7 +118,6 @@ gldp-default .monyear span {
display: block;
font-size: 1em;
margin-top: .5em;
- margin-left: 1em;
width: 80%;
padding: .25em .25em .25em 2em;
position: relative;
@@ -236,48 +235,40 @@ gldp-default .monyear span {
padding: 15px 2px;
}
.nameHolder h3 a {
- font-weight: bold;
+ font-weight: 600;
font-size: .9em;
}
}
-
-@media only screen and (min-device-width : 375px) and (max-device-width : 667px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio : 2) {
-.title-page {
- padding-left: 0px;
-}
.hrList thead th {
display: table-cell;
min-width: 52px;
padding: 15px 2px;
}
.nameHolder h3 a {
- font-weight: bold;
+ font-weight: 600;
font-size: .9em;
}
.middleAlert {
display: block;
width: 100%;
}
-}
/* Samsung Galaxy S5 ----------- */
@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) {
-.hrList thead th {
- display: table-cell;
- padding: 15px 0px;
- min-width: 51px !important;
- float: left !important;
-}
-.title-page {
- padding-left: 0px;
-}
-.middleAlert {
- width: 60%;
-}
-.nameHolder h3 a {
- font-weight: bold !important;
- font-size: .9em !important;
-}
+
+ .hrList thead th {
+ display: table-cell;
+ padding: 15px 0px;
+ min-width: 51px !important;
+ float: left !important;
+ }
+ .middleAlert {
+ width: 60%;
+ }
+ .nameHolder h3 a {
+ font-weight: 600 !important;
+ font-size: .9em !important;
+ }
}
@@ -398,7 +389,7 @@ gldp-default .monyear span {
padding: 15px 2px;
}
.nameHolder h3 a {
- font-weight: bold !important;
+ font-weight: 600 !important;
font-size: .9em !important;
}
diff --git a/web/app/themes/mitlib-parent/css/scss/about.scss b/web/app/themes/mitlib-parent/css/scss/about.scss
new file mode 100644
index 00000000..9423b41b
--- /dev/null
+++ b/web/app/themes/mitlib-parent/css/scss/about.scss
@@ -0,0 +1,3 @@
+@import "modules/all";
+@import "partials/typography";
+@import "partials/pages/about";
\ No newline at end of file
diff --git a/web/app/themes/mitlib-parent/css/scss/modules/_all.scss b/web/app/themes/mitlib-parent/css/scss/modules/_all.scss
index 58379aae..3ae537f6 100644
--- a/web/app/themes/mitlib-parent/css/scss/modules/_all.scss
+++ b/web/app/themes/mitlib-parent/css/scss/modules/_all.scss
@@ -1,6 +1,5 @@
@import "utility";
@import "grid";
-@import "typography";
@import "colors";
@import "timers";
@import "buttons";
diff --git a/web/app/themes/mitlib-parent/css/scss/modules/_paths.scss b/web/app/themes/mitlib-parent/css/scss/modules/_paths.scss
index ea0a36f9..effea00b 100644
--- a/web/app/themes/mitlib-parent/css/scss/modules/_paths.scss
+++ b/web/app/themes/mitlib-parent/css/scss/modules/_paths.scss
@@ -1,3 +1,2 @@
$imagesPath: '../../images';
-$fontsPath: '../../fonts';
$libsPath: '../../libs';
diff --git a/web/app/themes/mitlib-parent/css/scss/modules/_typography.scss b/web/app/themes/mitlib-parent/css/scss/modules/_typography.scss
deleted file mode 100644
index 17510009..00000000
--- a/web/app/themes/mitlib-parent/css/scss/modules/_typography.scss
+++ /dev/null
@@ -1,2 +0,0 @@
-$line-height-primary: 1.4;
-$font-family-primary: 'Open Sans', Helvetica, sans-serif;
\ No newline at end of file
diff --git a/web/app/themes/mitlib-parent/css/scss/modules/_utility.scss b/web/app/themes/mitlib-parent/css/scss/modules/_utility.scss
index 8b260613..37647057 100644
--- a/web/app/themes/mitlib-parent/css/scss/modules/_utility.scss
+++ b/web/app/themes/mitlib-parent/css/scss/modules/_utility.scss
@@ -94,7 +94,7 @@
max-width: 36.625rem;
}
-$font-body: 'Open Sans', sans-serif;
+$font-body: neue-haas-grotesk-text, Arial, "Helvetica Neue", Helvetica, sans-serif;
@mixin body-text {
@include font-size(18px);
diff --git a/web/app/themes/mitlib-parent/css/scss/partials/_accordion.scss b/web/app/themes/mitlib-parent/css/scss/partials/_accordion.scss
index 2a47e457..f4bbe36a 100644
--- a/web/app/themes/mitlib-parent/css/scss/partials/_accordion.scss
+++ b/web/app/themes/mitlib-parent/css/scss/partials/_accordion.scss
@@ -10,12 +10,13 @@
padding: 1em 1em 0.75em;
cursor: pointer;
margin: 0 0 0 0;
- font-size: 14px;
+ font-size: 16px;
+ font-weight: 600;
line-height: 1.5;
+ letter-spacing: 0.01em;
display: flex;
a {
color: $color-text-accent-primary;
- font-weight: 400;
flex-direction: column;
}
&:before {
@@ -24,6 +25,7 @@
margin-right: 1em;
color: #338bc5;
flex-direction: column;
+ width: 10px;
}
}
&:nth-of-type(odd) {
@@ -36,12 +38,12 @@
color: #000;
a {
color: #000;
- font-weight: 400;
+ text-decoration: none;
}
&:before {
@include downArrow(5px, #000);
left: 0;
- margin-right: 0.65em;
+ margin-top: 9px;
vertical-align: bottom;
}
}
@@ -49,7 +51,7 @@
}
.expandable .content {
- padding: 1em 4em 2em;
+ padding: 0 2em 1em 2.6em;
margin-top: 0;
display: none;
}
diff --git a/web/app/themes/mitlib-parent/css/scss/partials/_base.scss b/web/app/themes/mitlib-parent/css/scss/partials/_base.scss
index 3c9786e8..a5259b3f 100644
--- a/web/app/themes/mitlib-parent/css/scss/partials/_base.scss
+++ b/web/app/themes/mitlib-parent/css/scss/partials/_base.scss
@@ -1,5 +1,4 @@
@import "layout";
-@import "fonts";
@import "typography";
@import "tables";
@import "icons";
diff --git a/web/app/themes/mitlib-parent/css/scss/partials/_fonts.scss b/web/app/themes/mitlib-parent/css/scss/partials/_fonts.scss
deleted file mode 100644
index e9474fe8..00000000
--- a/web/app/themes/mitlib-parent/css/scss/partials/_fonts.scss
+++ /dev/null
@@ -1,139 +0,0 @@
-/*
-This CSS resource incorporates links to font software which is the valuable copyrighted property of Monotype and/or its suppliers. You may not attempt to copy, install, redistribute, convert, modify or reverse engineer this font software. Please contact Monotype with any questions regarding Web Fonts: http://www.fontshop.com
-*/
-// Thin Display
-@font-face{
- font-family:"NHaasGroteskDisp";
- font-weight: 200;
- src:url("#{$fontsPath}/825400/45070789-5c37-49df-beb0-ab1e3133920e.eot?#iefix");
- src:url("#{$fontsPath}/825400/45070789-5c37-49df-beb0-ab1e3133920e.eot?#iefix") format("eot"),url("#{$fontsPath}/825400/ca6a839e-112e-49a1-b98d-ff71960f48f8.woff2") format("woff2"),url("#{$fontsPath}/825400/9683323b-2589-4b72-9201-151e5727d797.woff") format("woff"),url("#{$fontsPath}/825400/c10a1505-b3d6-46b1-ba11-65d5d5c72150.ttf") format("truetype");
-}
-// Light Display
-@font-face{
- font-family:"NHaasGroteskDisp";
- font-weight: 300;
- src:url("#{$fontsPath}/5548962/f831cb10-1843-40f5-8991-9dc786fec725.eot?#iefix");
- src:url("#{$fontsPath}/5548962/f831cb10-1843-40f5-8991-9dc786fec725.eot?#iefix") format("eot"),url("#{$fontsPath}/5548962/47e29da7-7a58-44de-8b3c-db20c65f6c3f.woff2") format("woff2"),url("#{$fontsPath}/5548962/b760d559-b712-4db0-a54c-0d0f8c10495b.woff") format("woff"),url("#{$fontsPath}/5548962/2fde6ffe-41ba-4934-a9cd-4884603328ee.ttf") format("truetype");
-}
-// Regular Display
-@font-face{
- font-family:"NHaasGroteskDisp";
- font-weight: 400;
- src:url("#{$fontsPath}/5549029/af92ac3b-2fbd-40a2-bfff-e1bbbc25af20.eot?#iefix");
- src:url("#{$fontsPath}/5549029/af92ac3b-2fbd-40a2-bfff-e1bbbc25af20.eot?#iefix") format("eot"),url("#{$fontsPath}/5549029/6e329389-9c44-48b0-8291-f918840fe862.woff2") format("woff2"),url("#{$fontsPath}/5549029/dc6a6646-e0ac-4deb-b3c0-19e5dc30bf6a.woff") format("woff"),url("#{$fontsPath}/5549029/b9a6a687-9455-4b53-af55-4fcad8d9572d.ttf") format("truetype");
-}
-// Medium Display
-@font-face{
- font-family:"NHaasGroteskDisp";
- font-weight: 600;
- src:url("#{$fontsPath}/825424/83d6b8f7-bd47-4e8d-a359-27b74d3100f6.eot?#iefix");
- src:url("#{$fontsPath}/825424/83d6b8f7-bd47-4e8d-a359-27b74d3100f6.eot?#iefix") format("eot"),url("#{$fontsPath}/825424/75e1af8f-1a4c-475a-8b53-f27e52822b6b.woff2") format("woff2"),url("#{$fontsPath}/825424/2ba6fbd5-9c17-4733-af15-f49fbecc5c15.woff") format("woff"),url("#{$fontsPath}/825424/7dcf6c37-4fb4-4211-9808-6a39bfa89e0d.ttf") format("truetype");
-}
-// Bold Display
-@font-face{
- font-family:"NHaasGroteskDisp";
- font-weight: 700;
- src:url("#{$fontsPath}/825430/ed82538c-6090-4c05-ac72-c636496df8de.eot?#iefix");
- src:url("#{$fontsPath}/825430/ed82538c-6090-4c05-ac72-c636496df8de.eot?#iefix") format("eot"),url("#{$fontsPath}/825430/c24b7456-b9fe-40ab-94af-ba8d3025fada.woff2") format("woff2"),url("#{$fontsPath}/825430/da47ecd2-feea-403e-b247-9f8f5bb5157b.woff") format("woff"),url("#{$fontsPath}/825430/0deba34f-9242-462b-a359-74e95714f821.ttf") format("truetype");
-}
-// Black Display
-@font-face{
- font-family:"NHaasGroteskDisp";
- font-weight: 800;
- src:url("#{$fontsPath}/825436/4a1d2048-47ef-4ea3-bf10-15aaa5e2c356.eot?#iefix");
- src:url("#{$fontsPath}/825436/4a1d2048-47ef-4ea3-bf10-15aaa5e2c356.eot?#iefix") format("eot"),url("#{$fontsPath}/825436/f53e5775-ed10-4b0d-bae1-efc8fb73f320.woff2") format("woff2"),url("#{$fontsPath}/825436/71c97127-1adf-4bc2-92c9-4d4baf64c06c.woff") format("woff"),url("#{$fontsPath}/825436/2ddf29df-f841-4d18-89df-e571abf167d9.ttf") format("truetype");
-}
-// Thin Display italic
-@font-face{
- font-family:"NHaasGroteskDisp";
- font-weight: 200;
- font-style: italic;
- src:url("#{$fontsPath}/5548941/266fcb54-5bdc-4b1c-b92c-67cdf2d0cb07.eot?#iefix");
- src:url("#{$fontsPath}/5548941/266fcb54-5bdc-4b1c-b92c-67cdf2d0cb07.eot?#iefix") format("eot"),url("#{$fontsPath}/5548941/7074a71a-6807-44ee-a518-c70f6a3f9757.woff2") format("woff2"),url("#{$fontsPath}/5548941/1584bfa3-1696-4722-b423-fa983413be40.woff") format("woff"),url("#{$fontsPath}/5548941/cf3b269e-f36d-4a2c-a1f6-441af4a1e391.ttf") format("truetype");
-}
-// Light Display italic
-@font-face{
- font-family:"NHaasGroteskDisp";
- font-weight: 300;
- font-style: italic;
- src:url("#{$fontsPath}/5548969/49e07db3-d2f7-4a3a-812e-3568f6a2ad6d.eot?#iefix");
- src:url("#{$fontsPath}/5548969/49e07db3-d2f7-4a3a-812e-3568f6a2ad6d.eot?#iefix") format("eot"),url("#{$fontsPath}/5548969/7c83a405-2678-4ccf-b21d-985a005c8ce1.woff2") format("woff2"),url("#{$fontsPath}/5548969/e07d1c64-c5a2-4a87-973f-d3298502dcf6.woff") format("woff"),url("#{$fontsPath}/5548969/217c51bf-2a7d-47aa-85d2-11b83bde10b1.ttf") format("truetype");
-}
-// Regular Display italic
-@font-face{
- font-family:"NHaasGroteskDisp";
- font-weight: 400;
- font-style: italic;
- src:url("#{$fontsPath}/5548977/f7d9ade9-8e0c-46d5-973c-3888d9383bdd.eot?#iefix");
- src:url("#{$fontsPath}/5548977/f7d9ade9-8e0c-46d5-973c-3888d9383bdd.eot?#iefix") format("eot"),url("#{$fontsPath}/5548977/0faba21a-2c21-4d23-8245-0733b0e9f6e6.woff2") format("woff2"),url("#{$fontsPath}/5548977/3f00786e-87b6-46f4-8460-af234e3f5a6e.woff") format("woff"),url("#{$fontsPath}/5548977/75d10c70-d125-4428-b2bf-40663baf8043.ttf") format("truetype");
-}
-// Medium Display italic
-@font-face{
- font-family:"NHaasGroteskDisp";
- font-weight: 600;
- font-style: italic;
- src:url("#{$fontsPath}/5548992/3c56bf94-1abe-4431-ba15-6c6f27ee233b.eot?#iefix");
- src:url("#{$fontsPath}/5548992/3c56bf94-1abe-4431-ba15-6c6f27ee233b.eot?#iefix") format("eot"),url("#{$fontsPath}/5548992/ffe38a67-9745-402f-9fdf-a2348f2b8fa7.woff2") format("woff2"),url("#{$fontsPath}/5548992/7428cb40-3e1e-4345-a1d5-9ec578bcd497.woff") format("woff"),url("#{$fontsPath}/5548992/53a5fc6e-2bfc-490b-b7cb-9485456874c7.ttf") format("truetype");
-}
-// Bold Display italic
-@font-face{
- font-family:"NHaasGroteskDisp";
- font-weight: 700;
- font-style: italic;
- src:url("#{$fontsPath}/5549007/c82c9ca1-a7e4-4c25-be1b-ff8a514a0bf1.eot?#iefix");
- src:url("#{$fontsPath}/5549007/c82c9ca1-a7e4-4c25-be1b-ff8a514a0bf1.eot?#iefix") format("eot"),url("#{$fontsPath}/5549007/a3275537-cbbe-4703-8e27-4b40c973ce0d.woff2") format("woff2"),url("#{$fontsPath}/5549007/d5bc5047-6576-478e-8e77-76597bf81a32.woff") format("woff"),url("#{$fontsPath}/5549007/0ec78db5-d159-472a-ab7d-e9c8df29c6b8.ttf") format("truetype");
-}
-// Black Display italic
-@font-face{
- font-family:"NHaasGroteskDisp";
- font-weight: 800;
- font-style: italic;
- src:url("#{$fontsPath}/5549021/e8ffbe11-44b0-4f14-bf44-b0490d64af71.eot?#iefix");
- src:url("#{$fontsPath}/5549021/e8ffbe11-44b0-4f14-bf44-b0490d64af71.eot?#iefix") format("eot"),url("#{$fontsPath}/5549021/8fa9d2b2-bc21-4d7c-aa20-875b275a7aa6.woff2") format("woff2"),url("#{$fontsPath}/5549021/d77339df-72d9-48b0-8691-63607394a82c.woff") format("woff"),url("#{$fontsPath}/5549021/6cb02a5f-74cf-4a14-b0a8-d0950fc3fc3c.ttf") format("truetype");
-}
-// Regular Text
-@font-face{
- font-family:"NHaasGroteskTxt";
- font-weight: 400;
- src:url("#{$fontsPath}/825376/d24ae558-ac0f-4a43-96da-dd49b68947f5.eot?#iefix");
- src:url("#{$fontsPath}/825376/d24ae558-ac0f-4a43-96da-dd49b68947f5.eot?#iefix") format("eot"),url("#{$fontsPath}/825376/a14594bf-73de-4b5f-9792-9566994a021d.woff2") format("woff2"),url("#{$fontsPath}/825376/bb4a10bb-155d-4c1a-a813-c65e10fac36c.woff") format("woff"),url("#{$fontsPath}/825376/53812a68-b352-4951-b19c-fe964db7ffe2.ttf") format("truetype");
-}
-// Regular Text italic
-@font-face{
- font-family:"NHaasGroteskTxt";
- font-weight: 400;
- font-style: italic;
- src:url("#{$fontsPath}/825379/baa1ea73-44ac-4bb5-a6af-b7fc486d335f.eot?#iefix");
- src:url("#{$fontsPath}/825379/baa1ea73-44ac-4bb5-a6af-b7fc486d335f.eot?#iefix") format("eot"),url("#{$fontsPath}/825379/dc9df9ed-36b9-4522-8e57-1a899ed2c224.woff2") format("woff2"),url("#{$fontsPath}/825379/ff571a3a-fb16-42b1-a691-23d8955aa35e.woff") format("woff"),url("#{$fontsPath}/825379/4e756bdf-4269-4158-aad4-70a09c5eed5c.ttf") format("truetype");
-}
-// Medium Text
-@font-face{
- font-family:"NHaasGroteskTxt";
- font-weight: 600;
- src:url("#{$fontsPath}/825382/fca16206-1413-42b5-b3dd-ce6499d2bd3f.eot?#iefix");
- src:url("#{$fontsPath}/825382/fca16206-1413-42b5-b3dd-ce6499d2bd3f.eot?#iefix") format("eot"),url("#{$fontsPath}/825382/34ae0cd2-c49c-4df4-8270-fcda21c1b715.woff2") format("woff2"),url("#{$fontsPath}/825382/9e666926-4bc9-4013-849e-dffa25a41dbd.woff") format("woff"),url("#{$fontsPath}/825382/37e13425-7daf-407c-ba41-43ebd7d30855.ttf") format("truetype");
-}
-// Medium Text italic
-@font-face{
- font-family:"NHaasGroteskTxt";
- font-weight: 600;
- font-style: italic;
- src:url("#{$fontsPath}/825385/a0bf86e3-a9f2-4579-8187-62d3f2386821.eot?#iefix");
- src:url("#{$fontsPath}/825385/a0bf86e3-a9f2-4579-8187-62d3f2386821.eot?#iefix") format("eot"),url("#{$fontsPath}/825385/c951fbb4-1116-47e5-b057-5691a20747eb.woff2") format("woff2"),url("#{$fontsPath}/825385/cfaf1c42-858f-4acc-88d8-f0fd7d3e6295.woff") format("woff"),url("#{$fontsPath}/825385/602dde2d-6c6d-491a-b06e-6b1d3e3d6939.ttf") format("truetype");
-}
-// Bold Text
-@font-face{
- font-family:"NHaasGroteskTxt";
- font-weight: 700;
- src:url("#{$fontsPath}/825388/8d290bc2-1f22-40ea-be12-7000a5406aff.eot?#iefix");
- src:url("#{$fontsPath}/825388/8d290bc2-1f22-40ea-be12-7000a5406aff.eot?#iefix") format("eot"),url("#{$fontsPath}/825388/d13fb250-6b64-4d97-85df-51fc6625a891.woff2") format("woff2"),url("#{$fontsPath}/825388/60fa2ce6-c35e-4203-9bbf-25dd128daec5.woff") format("woff"),url("#{$fontsPath}/825388/dda121ff-e230-440f-83fb-40aefbd6e09a.ttf") format("truetype");
-}
-// Bold Text italic
-@font-face{
- font-family:"NHaasGroteskTxt";
- font-weight: 700;
- font-style: italic;
- src:url("#{$fontsPath}/825391/1800a121-4983-4f47-9289-a1cd0876ef3e.eot?#iefix");
- src:url("#{$fontsPath}/825391/1800a121-4983-4f47-9289-a1cd0876ef3e.eot?#iefix") format("eot"),url("#{$fontsPath}/825391/d1fbf511-d681-4002-b57e-cabb331b3b2e.woff2") format("woff2"),url("#{$fontsPath}/825391/135bdd95-f711-4095-8be6-fce6d3f9ef54.woff") format("woff"),url("#{$fontsPath}/825391/5d166d29-ec50-4ded-aa67-9ee9504d6fb2.ttf") format("truetype");
-}
-
diff --git a/web/app/themes/mitlib-parent/css/scss/partials/_footer.scss b/web/app/themes/mitlib-parent/css/scss/partials/_footer.scss
index 0f04cdcb..e58aebc8 100644
--- a/web/app/themes/mitlib-parent/css/scss/partials/_footer.scss
+++ b/web/app/themes/mitlib-parent/css/scss/partials/_footer.scss
@@ -25,8 +25,11 @@
}
h4 {
font-size: 1.125em;
- font-weight: normal;
+ font-weight: 500;
padding-bottom: 1em;
+ letter-spacing: 0.02em;
+
+ a {font-weight: 500;}
}
.flex-item {
margin-right: 1.75em;
diff --git a/web/app/themes/mitlib-parent/css/scss/partials/_home.scss b/web/app/themes/mitlib-parent/css/scss/partials/_home.scss
index 1c896f69..16b8103d 100644
--- a/web/app/themes/mitlib-parent/css/scss/partials/_home.scss
+++ b/web/app/themes/mitlib-parent/css/scss/partials/_home.scss
@@ -8,12 +8,6 @@ body.page-home {
// these rules override our central typography styles to preserve the original design of the homepage
.libraries-home {
- h1,
- h2,
- h3 {
- font-weight: 300;
- }
-
h2 {
@include rem-first(font-size, 2.125);
margin: 0;
@@ -79,13 +73,6 @@ body.page-home {
a {
color: $color-hours-locations;
- font-weight: 300;
- }
- }
-
- h3 {
- a {
- font-weight: 300;
}
}
@@ -445,7 +432,7 @@ body.page-home {
.news-events {
h2 {
border-bottom: 1px solid $color-secondary;
- text-align: center;
+ text-align: left;
@include bp-tablet--portrait {
display: none;
@@ -453,7 +440,6 @@ body.page-home {
a {
color: $color-news-events;
- font-weight: 300;
}
}
@@ -573,7 +559,6 @@ body.page-home {
a {
color: $color-guides-experts;
- font-weight: 300;
}
}
diff --git a/web/app/themes/mitlib-parent/css/scss/partials/_locations.scss b/web/app/themes/mitlib-parent/css/scss/partials/_locations.scss
index e4c5d14e..cfd48dbe 100644
--- a/web/app/themes/mitlib-parent/css/scss/partials/_locations.scss
+++ b/web/app/themes/mitlib-parent/css/scss/partials/_locations.scss
@@ -317,7 +317,7 @@
}
.name {
- font-weight: 600;
+ font-weight: 400;
}
/* ---- Responsive Styles ---- */
diff --git a/web/app/themes/mitlib-parent/css/scss/partials/_menu.scss b/web/app/themes/mitlib-parent/css/scss/partials/_menu.scss
index ef7898da..d2a4eab9 100644
--- a/web/app/themes/mitlib-parent/css/scss/partials/_menu.scss
+++ b/web/app/themes/mitlib-parent/css/scss/partials/_menu.scss
@@ -88,7 +88,6 @@ body.user-is-tabbing *.nav-main {
font-size: 1em;
a {
- align-items: flex-end;
flex-direction: row;
text-transform: none;
padding-top: 2em;
@@ -172,6 +171,9 @@ body.user-is-tabbing *.nav-main {
height: 100%;
font-size: 100%;
+ margin-top: 0;
+ padding-top: 15px;
+
//accessible menu opener buttons
button {
border: 0;
@@ -218,6 +220,9 @@ body.user-is-tabbing *.nav-main {
background: $brand-secondary;
}
}
+
+ font-weight: 500;
+ letter-spacing: 0.025em;
}
// sub menu drop-down cols
diff --git a/web/app/themes/mitlib-parent/css/scss/partials/_search.scss b/web/app/themes/mitlib-parent/css/scss/partials/_search.scss
index 5efd438f..7435625b 100644
--- a/web/app/themes/mitlib-parent/css/scss/partials/_search.scss
+++ b/web/app/themes/mitlib-parent/css/scss/partials/_search.scss
@@ -91,7 +91,6 @@
border: none;
cursor: pointer;
display: inline-block;
- font-family: 'Open Sans', sans-serif;
@include rem-first(font-size, 0.875);
margin-top: 0; // Overrides some browser defaults
margin-bottom: 0; // Overrides some browser defaults
diff --git a/web/app/themes/mitlib-parent/css/scss/partials/_tables.scss b/web/app/themes/mitlib-parent/css/scss/partials/_tables.scss
index cc2894ce..549df167 100644
--- a/web/app/themes/mitlib-parent/css/scss/partials/_tables.scss
+++ b/web/app/themes/mitlib-parent/css/scss/partials/_tables.scss
@@ -71,3 +71,40 @@
}
}
}
+
+/* ==================== */
+/* Custom Table Styling */
+/* ==================== */
+
+// Figure 1 on page: /about/strategic-initiatives/digital-preservation/comprehensive-digital-preservation-services-cdps-levels-of-preservation-commitment/
+body.page-id-532 {
+
+ #content {
+
+ .digpreserve {
+ border-collapse: collapse;
+ border: 1px solid #aaa;
+
+ th, td {
+ border: 1px solid #aaa;
+ padding: 1%;
+ }
+
+ th {
+ background-color: #000;
+ color: #fff;
+ }
+
+ #services {
+ width: 25%;
+ }
+
+ #level1, #level2, #level3, #level4, #level5 {
+ width: 15%;
+ }
+
+ }
+
+ }
+
+}
\ No newline at end of file
diff --git a/web/app/themes/mitlib-parent/css/scss/partials/_tabs.scss b/web/app/themes/mitlib-parent/css/scss/partials/_tabs.scss
index cffb66c6..682b35c0 100644
--- a/web/app/themes/mitlib-parent/css/scss/partials/_tabs.scss
+++ b/web/app/themes/mitlib-parent/css/scss/partials/_tabs.scss
@@ -13,7 +13,7 @@
li {
display: inline-block;
a {
- color: lighten($black, 60%);
+ color: #666;
}
&:not(:first-of-type) {
margin-left: 1em;
diff --git a/web/app/themes/mitlib-parent/css/scss/partials/_typography.scss b/web/app/themes/mitlib-parent/css/scss/partials/_typography.scss
index 6a4cedfb..16c0b700 100644
--- a/web/app/themes/mitlib-parent/css/scss/partials/_typography.scss
+++ b/web/app/themes/mitlib-parent/css/scss/partials/_typography.scss
@@ -1,3 +1,7 @@
+$line-height-primary: 1.4;
+$font-family-primary: neue-haas-grotesk-text, Helvetica, Arial, sans-serif;
+$font-family-primary-headings: neue-haas-grotesk-display, Helvetica, Arial, sans-serif;
+
body {
color: $black;
font-family: $font-family-primary;
@@ -5,38 +9,36 @@ body {
//text-rendering: optimizeLegibility; // This is a performance drag, and causes blank text in older WebKit Windows browsers
}
+h1, h2, h3, h4, h5, h6 {
+ font-family: $font-family-primary-headings;
+ font-weight: 600;
+ line-height: 1.25;
+}
+
h1 {
@include rem-first(font-size, 1.75);
- font-weight: 400;
- line-height: 1.25;
}
h2, h3, h4, h5, h6 {
- font-weight: 400;
margin: 15px 0 10px;
- line-height: 1.25;
- a {font-weight: 400;}
+ a {font-weight: 600;}
}
h2 {
@include rem-first(font-size, 1.29);
- font-weight: 600;
}
h3 {
@include rem-first(font-size, 1.14);
- font-weight: 600;
}
h4 {
@include rem-first(font-size, 1);
- font-weight: 700;
}
h5 {
@include rem-first(font-size, 0.85);
- font-weight: 700;
}
h6 {
diff --git a/web/app/themes/mitlib-parent/css/scss/partials/pages/_about.scss b/web/app/themes/mitlib-parent/css/scss/partials/pages/_about.scss
new file mode 100644
index 00000000..234ca815
--- /dev/null
+++ b/web/app/themes/mitlib-parent/css/scss/partials/pages/_about.scss
@@ -0,0 +1,232 @@
+/*
+We have custom styles for two pages on the About site:
+1. Custom styling for About site homepage (page ID 33)
+2. Custom table styles for the CDPS Levels of Preservation Commitment
+
+Page 1 styles:
+*/
+body.page-id-33 {
+ background: #fff;
+ color: #000;
+
+ .content {
+ margin: 0;
+ line-height: 1.25;
+ }
+
+ .main-content {
+ color: #000;
+ margin-left: 0;
+ padding-left: 24px;
+ padding-right: 4px;
+ margin-bottom: 0;
+
+ .list-unbulleted li {
+ list-style: none;
+ margin-left: 0;
+ }
+
+ .cta-link {
+ transition: background-color ease-in-out .3s;
+ display: inline-block;
+ padding: 10px;
+ color: #000;
+ font-size: 20px;
+ font-weight: 600;
+ text-decoration: underline;
+
+ &:hover {
+ background-color: #d300cc;
+ color: #fff;
+ }
+ }
+ }
+
+ .layout-band {
+ padding: 1% 15px 1% 15px;
+ margin-top: 48px !important;
+ }
+
+ .ttl {
+ font-size: 36px;
+ font-weight: 600;
+ font-family: $font-family-primary-headings;
+ line-height: 1.15;
+ }
+
+ .wrap-intro {
+ padding: 0;
+ color: #000;
+
+ // STYLE FOR TOP HEADING AND PARAGRAPH
+ .ttl {
+ margin-bottom: .3em;
+ margin-right: 30px;
+ }
+
+ .pull {
+ font-size: 20px;
+ line-height: 1.2;
+ }
+
+ }
+
+ // STYLES FOR IMAGE CARDS
+ .card {
+ transition: background-color ease-in-out .3s;
+ background: #ececec;
+ color: #000;
+ margin: 15px 0;
+ padding-top: 5px;
+ line-height: 0;
+
+ &:hover {
+ background-color: #0000FF;
+ background-image: none;
+ color: #fff;
+
+ a {
+ color: #fff !important;
+ }
+
+ .c-content {
+ transition: background-color ease-in-out .3s;
+ background-color: #0000FF;
+ }
+
+ }
+
+ .c-image {
+ width: 100%;
+ background-color: #000;
+
+ a img {
+ width: 100%;
+ }
+
+ @media screen and (max-width: 720px) {
+ & > a {
+ height: 320px;
+ display: flex;
+ overflow: hidden;
+ align-items: end;
+ }
+ }
+
+ @media only screen and (max-width: 600px) {
+ & > a {
+ height: 260px;
+ }
+ }
+
+ @media only screen and (max-width: 450px) {
+ & > a {
+ height: 200px;
+ }
+ }
+ }
+
+ .c-content {
+ padding: 10px 3%;
+ font-size: 14px;
+ }
+
+ .c-ttl1 {
+ font-size: 20px;
+ font-weight: 600;
+ margin: 0;
+ }
+
+ .c-ttl2 {
+ margin-top: .2em;
+ font-size: 14px;
+ line-height: 1.2;
+ font-weight: 400;
+ }
+
+ }
+
+ // STYLES FOR WHO COLUMNS
+ .who-column-wrapper {
+ display: flex;
+ gap: 15px;
+ margin-top: 24px;
+
+ > div {
+ background-color: #ececec;
+ padding: 16px 10px 12px;
+ flex: 1 1 0px;
+ }
+
+ .who-ttl1 {
+ font-size: 20px;
+ font-weight: 600;
+ line-height: .92;
+ margin: 0;
+ }
+
+ .who-ttl2 {
+ margin-top: .4em;
+ font-size: 14px;
+ line-height: 1.2;
+ font-weight: 400
+ }
+ }
+
+ // STYLES FOR LINK LIST DIVIDED BY PIPES
+ .list-pipe {
+ text-align: center;
+
+ li {
+ list-style-type: none;
+ display: inline-block;
+ margin: 0;
+ padding-right: 10px;
+
+ &:after {
+ content: "|";
+ padding-left: 10px;
+ }
+
+ &:last-child:after {
+ content: "";
+ }
+ }
+ }
+
+ // RESPONSIVE LAYOUT ADJUSTMENTS
+ @media screen and (max-width: 720px) {
+
+ .entry-content {
+ padding-right: 20px !important;
+ }
+
+ .who-column-wrapper {
+ flex-direction: column;
+ }
+
+ }
+
+ @media only screen and (min-width: 720px) {
+
+ .wrap-case-studies,
+ .wrap-linkblocks {
+ display: flex;
+ }
+
+ .card {
+ flex: 1 1 auto;
+ width: 30%;
+ align-items: stretch;
+ margin: 15px 15px 15px 0px;
+ }
+
+ .card:last-child {
+ margin-right: 0px;
+ }
+
+ }
+
+}
+
+
diff --git a/web/app/themes/mitlib-parent/css/scss/partials/pages/_hours.scss b/web/app/themes/mitlib-parent/css/scss/partials/pages/_hours.scss
index 73c44592..ccb28fc8 100644
--- a/web/app/themes/mitlib-parent/css/scss/partials/pages/_hours.scss
+++ b/web/app/themes/mitlib-parent/css/scss/partials/pages/_hours.scss
@@ -26,7 +26,7 @@
#hourContent {
width: 100%;
- padding-left: 0 !important;
+ padding: 0 24px;
}
#hourNav {
@@ -40,6 +40,15 @@
padding-right: .5em;
}
+.libraryContent h1 {
+ padding-right: 24px;
+
+ @include bp-mobile--only {
+ padding-right: 0;
+ padding-bottom: 12px;
+ }
+}
+
.isSticky #hourNav {
border-bottom: 3px solid #333;
box-shadow: 0 8px 6px -6px black;
@@ -248,7 +257,7 @@ div.libraryAlert {
@include bp-mobile--only {
display: none;
}
- font-family: 'Open Sans', sans-serif;
+ font-family: neue-haas-grotesk-text, Helvetica, sans-serif;
position: absolute;
.core {
background: transparent;
@@ -290,10 +299,9 @@ div.libraryAlert {
}
}
-@media only screen and (max-width : 780px){
+@media only screen and (max-width : 830px){
#hourContent {
min-width: auto !important;
- padding-left: 0 !important;
}
.middleAlert {
font-size: .85em;
@@ -303,7 +311,6 @@ div.libraryAlert {
display: block;
}
.hrList {
- display: block;
width: 100%;
}
@@ -326,9 +333,13 @@ div.libraryAlert {
min-height: 45px;
display: block;
text-align: center;
- font-weight: 600;
+ font-weight: 400;
min-height: 95px ;
line-height: 1.5;
+
+ .date-label {
+ font-weight: 600;
+ }
}
@@ -422,17 +433,14 @@ div.libraryAlert {
top: 2.5%;
left: 2.5%;
}
-/* .nameHolder {
- width: 80%;
- } */
+ .nameHolder {
+ font-weight: 400;
+ }
.tdInside {
top: 0px;
left: 0px;
}
- .locations-more {
- padding: 0 .5rem;
- }
}
@media only screen and (max-width : 628px){
@@ -442,10 +450,6 @@ div.libraryAlert {
line-height: 1.7;
line-height: 16px !important;
}
- .nameHolder h3 a {
- font-size: 16px !important;
- font-weight: 700;
- }
.middleAlert {
width: 100% !important;
}
diff --git a/web/app/themes/mitlib-parent/fonts/5548918/4208f5a1-f998-4312-95bd-690431e96ab2.ttf b/web/app/themes/mitlib-parent/fonts/5548918/4208f5a1-f998-4312-95bd-690431e96ab2.ttf
deleted file mode 100644
index cae116c5..00000000
Binary files a/web/app/themes/mitlib-parent/fonts/5548918/4208f5a1-f998-4312-95bd-690431e96ab2.ttf and /dev/null differ
diff --git a/web/app/themes/mitlib-parent/fonts/5548918/6462ddea-a88e-40b3-abf0-781aaa07abc5.woff2 b/web/app/themes/mitlib-parent/fonts/5548918/6462ddea-a88e-40b3-abf0-781aaa07abc5.woff2
deleted file mode 100644
index 906458a4..00000000
Binary files a/web/app/themes/mitlib-parent/fonts/5548918/6462ddea-a88e-40b3-abf0-781aaa07abc5.woff2 and /dev/null differ
diff --git a/web/app/themes/mitlib-parent/fonts/5548918/64e72a26-2a07-4de6-8b5c-5e284d988b70.eot b/web/app/themes/mitlib-parent/fonts/5548918/64e72a26-2a07-4de6-8b5c-5e284d988b70.eot
deleted file mode 100644
index aa7520bf..00000000
Binary files a/web/app/themes/mitlib-parent/fonts/5548918/64e72a26-2a07-4de6-8b5c-5e284d988b70.eot and /dev/null differ
diff --git a/web/app/themes/mitlib-parent/fonts/5548918/f08f94cb-7a84-412b-9a93-b5e789762f5e.woff b/web/app/themes/mitlib-parent/fonts/5548918/f08f94cb-7a84-412b-9a93-b5e789762f5e.woff
deleted file mode 100644
index c120e8eb..00000000
Binary files a/web/app/themes/mitlib-parent/fonts/5548918/f08f94cb-7a84-412b-9a93-b5e789762f5e.woff and /dev/null differ
diff --git a/web/app/themes/mitlib-parent/fonts/5548925/082802a7-4d22-4601-9efc-4be73b991260.eot b/web/app/themes/mitlib-parent/fonts/5548925/082802a7-4d22-4601-9efc-4be73b991260.eot
deleted file mode 100644
index e94600c5..00000000
Binary files a/web/app/themes/mitlib-parent/fonts/5548925/082802a7-4d22-4601-9efc-4be73b991260.eot and /dev/null differ
diff --git a/web/app/themes/mitlib-parent/fonts/5548925/3f0befc2-7af0-4420-957f-6f079425eb38.woff2 b/web/app/themes/mitlib-parent/fonts/5548925/3f0befc2-7af0-4420-957f-6f079425eb38.woff2
deleted file mode 100644
index db231a38..00000000
Binary files a/web/app/themes/mitlib-parent/fonts/5548925/3f0befc2-7af0-4420-957f-6f079425eb38.woff2 and /dev/null differ
diff --git a/web/app/themes/mitlib-parent/fonts/5548925/43d1bb65-8a40-4e9c-8d53-576f45be537f.woff b/web/app/themes/mitlib-parent/fonts/5548925/43d1bb65-8a40-4e9c-8d53-576f45be537f.woff
deleted file mode 100644
index cfb3a769..00000000
Binary files a/web/app/themes/mitlib-parent/fonts/5548925/43d1bb65-8a40-4e9c-8d53-576f45be537f.woff and /dev/null differ
diff --git a/web/app/themes/mitlib-parent/fonts/5548925/a7a30dbb-e357-4230-976a-0cf7e8d4b092.ttf b/web/app/themes/mitlib-parent/fonts/5548925/a7a30dbb-e357-4230-976a-0cf7e8d4b092.ttf
deleted file mode 100644
index 6e134f5c..00000000
Binary files a/web/app/themes/mitlib-parent/fonts/5548925/a7a30dbb-e357-4230-976a-0cf7e8d4b092.ttf and /dev/null differ
diff --git a/web/app/themes/mitlib-parent/fonts/5548941/1584bfa3-1696-4722-b423-fa983413be40.woff b/web/app/themes/mitlib-parent/fonts/5548941/1584bfa3-1696-4722-b423-fa983413be40.woff
deleted file mode 100644
index 33823b45..00000000
Binary files a/web/app/themes/mitlib-parent/fonts/5548941/1584bfa3-1696-4722-b423-fa983413be40.woff and /dev/null differ
diff --git a/web/app/themes/mitlib-parent/fonts/5548941/266fcb54-5bdc-4b1c-b92c-67cdf2d0cb07.eot b/web/app/themes/mitlib-parent/fonts/5548941/266fcb54-5bdc-4b1c-b92c-67cdf2d0cb07.eot
deleted file mode 100644
index d99bcfe4..00000000
Binary files a/web/app/themes/mitlib-parent/fonts/5548941/266fcb54-5bdc-4b1c-b92c-67cdf2d0cb07.eot and /dev/null differ
diff --git a/web/app/themes/mitlib-parent/fonts/5548941/7074a71a-6807-44ee-a518-c70f6a3f9757.woff2 b/web/app/themes/mitlib-parent/fonts/5548941/7074a71a-6807-44ee-a518-c70f6a3f9757.woff2
deleted file mode 100644
index 53401b76..00000000
Binary files a/web/app/themes/mitlib-parent/fonts/5548941/7074a71a-6807-44ee-a518-c70f6a3f9757.woff2 and /dev/null differ
diff --git a/web/app/themes/mitlib-parent/fonts/5548941/cf3b269e-f36d-4a2c-a1f6-441af4a1e391.ttf b/web/app/themes/mitlib-parent/fonts/5548941/cf3b269e-f36d-4a2c-a1f6-441af4a1e391.ttf
deleted file mode 100644
index f32a6eb7..00000000
Binary files a/web/app/themes/mitlib-parent/fonts/5548941/cf3b269e-f36d-4a2c-a1f6-441af4a1e391.ttf and /dev/null differ
diff --git a/web/app/themes/mitlib-parent/fonts/5548948/34cd0cd9-8085-4591-8536-80b686beb246.eot b/web/app/themes/mitlib-parent/fonts/5548948/34cd0cd9-8085-4591-8536-80b686beb246.eot
deleted file mode 100644
index 0a339a8e..00000000
Binary files a/web/app/themes/mitlib-parent/fonts/5548948/34cd0cd9-8085-4591-8536-80b686beb246.eot and /dev/null differ
diff --git a/web/app/themes/mitlib-parent/fonts/5548948/81158324-72d7-4415-b496-79e4fcd39be6.ttf b/web/app/themes/mitlib-parent/fonts/5548948/81158324-72d7-4415-b496-79e4fcd39be6.ttf
deleted file mode 100644
index 7024f4be..00000000
Binary files a/web/app/themes/mitlib-parent/fonts/5548948/81158324-72d7-4415-b496-79e4fcd39be6.ttf and /dev/null differ
diff --git a/web/app/themes/mitlib-parent/fonts/5548948/c7480920-ec89-4897-bd52-cdc6635b145a.woff2 b/web/app/themes/mitlib-parent/fonts/5548948/c7480920-ec89-4897-bd52-cdc6635b145a.woff2
deleted file mode 100644
index a2f0af5e..00000000
Binary files a/web/app/themes/mitlib-parent/fonts/5548948/c7480920-ec89-4897-bd52-cdc6635b145a.woff2 and /dev/null differ
diff --git a/web/app/themes/mitlib-parent/fonts/5548948/fd3a0aee-f4ba-4e55-a474-da6f8f5451ad.woff b/web/app/themes/mitlib-parent/fonts/5548948/fd3a0aee-f4ba-4e55-a474-da6f8f5451ad.woff
deleted file mode 100644
index de98634d..00000000
Binary files a/web/app/themes/mitlib-parent/fonts/5548948/fd3a0aee-f4ba-4e55-a474-da6f8f5451ad.woff and /dev/null differ
diff --git a/web/app/themes/mitlib-parent/fonts/5548955/286192f8-1d1a-4c01-a0ad-949064ecbcff.woff b/web/app/themes/mitlib-parent/fonts/5548955/286192f8-1d1a-4c01-a0ad-949064ecbcff.woff
deleted file mode 100644
index d002c505..00000000
Binary files a/web/app/themes/mitlib-parent/fonts/5548955/286192f8-1d1a-4c01-a0ad-949064ecbcff.woff and /dev/null differ
diff --git a/web/app/themes/mitlib-parent/fonts/5548955/363af608-24ba-4a1f-b672-ec64560e8423.woff2 b/web/app/themes/mitlib-parent/fonts/5548955/363af608-24ba-4a1f-b672-ec64560e8423.woff2
deleted file mode 100644
index 2fe74c76..00000000
Binary files a/web/app/themes/mitlib-parent/fonts/5548955/363af608-24ba-4a1f-b672-ec64560e8423.woff2 and /dev/null differ
diff --git a/web/app/themes/mitlib-parent/fonts/5548955/aaa8ab18-8a1a-421e-839e-f79b5750facc.ttf b/web/app/themes/mitlib-parent/fonts/5548955/aaa8ab18-8a1a-421e-839e-f79b5750facc.ttf
deleted file mode 100644
index 7d4456ca..00000000
Binary files a/web/app/themes/mitlib-parent/fonts/5548955/aaa8ab18-8a1a-421e-839e-f79b5750facc.ttf and /dev/null differ
diff --git a/web/app/themes/mitlib-parent/fonts/5548955/cebd7831-c2b8-4ee4-9f97-46ef83092ca4.eot b/web/app/themes/mitlib-parent/fonts/5548955/cebd7831-c2b8-4ee4-9f97-46ef83092ca4.eot
deleted file mode 100644
index 7db7de16..00000000
Binary files a/web/app/themes/mitlib-parent/fonts/5548955/cebd7831-c2b8-4ee4-9f97-46ef83092ca4.eot and /dev/null differ
diff --git a/web/app/themes/mitlib-parent/fonts/5548962/2fde6ffe-41ba-4934-a9cd-4884603328ee.ttf b/web/app/themes/mitlib-parent/fonts/5548962/2fde6ffe-41ba-4934-a9cd-4884603328ee.ttf
deleted file mode 100644
index 0af0eaec..00000000
Binary files a/web/app/themes/mitlib-parent/fonts/5548962/2fde6ffe-41ba-4934-a9cd-4884603328ee.ttf and /dev/null differ
diff --git a/web/app/themes/mitlib-parent/fonts/5548962/47e29da7-7a58-44de-8b3c-db20c65f6c3f.woff2 b/web/app/themes/mitlib-parent/fonts/5548962/47e29da7-7a58-44de-8b3c-db20c65f6c3f.woff2
deleted file mode 100644
index 5a6110e9..00000000
Binary files a/web/app/themes/mitlib-parent/fonts/5548962/47e29da7-7a58-44de-8b3c-db20c65f6c3f.woff2 and /dev/null differ
diff --git a/web/app/themes/mitlib-parent/fonts/5548962/b760d559-b712-4db0-a54c-0d0f8c10495b.woff b/web/app/themes/mitlib-parent/fonts/5548962/b760d559-b712-4db0-a54c-0d0f8c10495b.woff
deleted file mode 100644
index d42ff7a4..00000000
Binary files a/web/app/themes/mitlib-parent/fonts/5548962/b760d559-b712-4db0-a54c-0d0f8c10495b.woff and /dev/null differ
diff --git a/web/app/themes/mitlib-parent/fonts/5548962/f831cb10-1843-40f5-8991-9dc786fec725.eot b/web/app/themes/mitlib-parent/fonts/5548962/f831cb10-1843-40f5-8991-9dc786fec725.eot
deleted file mode 100644
index 42d54eec..00000000
Binary files a/web/app/themes/mitlib-parent/fonts/5548962/f831cb10-1843-40f5-8991-9dc786fec725.eot and /dev/null differ
diff --git a/web/app/themes/mitlib-parent/fonts/5548969/217c51bf-2a7d-47aa-85d2-11b83bde10b1.ttf b/web/app/themes/mitlib-parent/fonts/5548969/217c51bf-2a7d-47aa-85d2-11b83bde10b1.ttf
deleted file mode 100644
index 1baa6d46..00000000
Binary files a/web/app/themes/mitlib-parent/fonts/5548969/217c51bf-2a7d-47aa-85d2-11b83bde10b1.ttf and /dev/null differ
diff --git a/web/app/themes/mitlib-parent/fonts/5548969/49e07db3-d2f7-4a3a-812e-3568f6a2ad6d.eot b/web/app/themes/mitlib-parent/fonts/5548969/49e07db3-d2f7-4a3a-812e-3568f6a2ad6d.eot
deleted file mode 100644
index f1aabef3..00000000
Binary files a/web/app/themes/mitlib-parent/fonts/5548969/49e07db3-d2f7-4a3a-812e-3568f6a2ad6d.eot and /dev/null differ
diff --git a/web/app/themes/mitlib-parent/fonts/5548969/7c83a405-2678-4ccf-b21d-985a005c8ce1.woff2 b/web/app/themes/mitlib-parent/fonts/5548969/7c83a405-2678-4ccf-b21d-985a005c8ce1.woff2
deleted file mode 100644
index 8abca177..00000000
Binary files a/web/app/themes/mitlib-parent/fonts/5548969/7c83a405-2678-4ccf-b21d-985a005c8ce1.woff2 and /dev/null differ
diff --git a/web/app/themes/mitlib-parent/fonts/5548969/e07d1c64-c5a2-4a87-973f-d3298502dcf6.woff b/web/app/themes/mitlib-parent/fonts/5548969/e07d1c64-c5a2-4a87-973f-d3298502dcf6.woff
deleted file mode 100644
index 324e019f..00000000
Binary files a/web/app/themes/mitlib-parent/fonts/5548969/e07d1c64-c5a2-4a87-973f-d3298502dcf6.woff and /dev/null differ
diff --git a/web/app/themes/mitlib-parent/fonts/5548977/0faba21a-2c21-4d23-8245-0733b0e9f6e6.woff2 b/web/app/themes/mitlib-parent/fonts/5548977/0faba21a-2c21-4d23-8245-0733b0e9f6e6.woff2
deleted file mode 100644
index 877aa690..00000000
Binary files a/web/app/themes/mitlib-parent/fonts/5548977/0faba21a-2c21-4d23-8245-0733b0e9f6e6.woff2 and /dev/null differ
diff --git a/web/app/themes/mitlib-parent/fonts/5548977/3f00786e-87b6-46f4-8460-af234e3f5a6e.woff b/web/app/themes/mitlib-parent/fonts/5548977/3f00786e-87b6-46f4-8460-af234e3f5a6e.woff
deleted file mode 100644
index 36ef95cb..00000000
Binary files a/web/app/themes/mitlib-parent/fonts/5548977/3f00786e-87b6-46f4-8460-af234e3f5a6e.woff and /dev/null differ
diff --git a/web/app/themes/mitlib-parent/fonts/5548977/75d10c70-d125-4428-b2bf-40663baf8043.ttf b/web/app/themes/mitlib-parent/fonts/5548977/75d10c70-d125-4428-b2bf-40663baf8043.ttf
deleted file mode 100644
index 71d632ec..00000000
Binary files a/web/app/themes/mitlib-parent/fonts/5548977/75d10c70-d125-4428-b2bf-40663baf8043.ttf and /dev/null differ
diff --git a/web/app/themes/mitlib-parent/fonts/5548977/f7d9ade9-8e0c-46d5-973c-3888d9383bdd.eot b/web/app/themes/mitlib-parent/fonts/5548977/f7d9ade9-8e0c-46d5-973c-3888d9383bdd.eot
deleted file mode 100644
index b6f279e9..00000000
Binary files a/web/app/themes/mitlib-parent/fonts/5548977/f7d9ade9-8e0c-46d5-973c-3888d9383bdd.eot and /dev/null differ
diff --git a/web/app/themes/mitlib-parent/fonts/5548992/3c56bf94-1abe-4431-ba15-6c6f27ee233b.eot b/web/app/themes/mitlib-parent/fonts/5548992/3c56bf94-1abe-4431-ba15-6c6f27ee233b.eot
deleted file mode 100644
index b064c397..00000000
Binary files a/web/app/themes/mitlib-parent/fonts/5548992/3c56bf94-1abe-4431-ba15-6c6f27ee233b.eot and /dev/null differ
diff --git a/web/app/themes/mitlib-parent/fonts/5548992/53a5fc6e-2bfc-490b-b7cb-9485456874c7.ttf b/web/app/themes/mitlib-parent/fonts/5548992/53a5fc6e-2bfc-490b-b7cb-9485456874c7.ttf
deleted file mode 100644
index ff06a8b5..00000000
Binary files a/web/app/themes/mitlib-parent/fonts/5548992/53a5fc6e-2bfc-490b-b7cb-9485456874c7.ttf and /dev/null differ
diff --git a/web/app/themes/mitlib-parent/fonts/5548992/7428cb40-3e1e-4345-a1d5-9ec578bcd497.woff b/web/app/themes/mitlib-parent/fonts/5548992/7428cb40-3e1e-4345-a1d5-9ec578bcd497.woff
deleted file mode 100644
index 3ad118b5..00000000
Binary files a/web/app/themes/mitlib-parent/fonts/5548992/7428cb40-3e1e-4345-a1d5-9ec578bcd497.woff and /dev/null differ
diff --git a/web/app/themes/mitlib-parent/fonts/5548992/ffe38a67-9745-402f-9fdf-a2348f2b8fa7.woff2 b/web/app/themes/mitlib-parent/fonts/5548992/ffe38a67-9745-402f-9fdf-a2348f2b8fa7.woff2
deleted file mode 100644
index d8df46d5..00000000
Binary files a/web/app/themes/mitlib-parent/fonts/5548992/ffe38a67-9745-402f-9fdf-a2348f2b8fa7.woff2 and /dev/null differ
diff --git a/web/app/themes/mitlib-parent/fonts/5549007/0ec78db5-d159-472a-ab7d-e9c8df29c6b8.ttf b/web/app/themes/mitlib-parent/fonts/5549007/0ec78db5-d159-472a-ab7d-e9c8df29c6b8.ttf
deleted file mode 100644
index bd936ec1..00000000
Binary files a/web/app/themes/mitlib-parent/fonts/5549007/0ec78db5-d159-472a-ab7d-e9c8df29c6b8.ttf and /dev/null differ
diff --git a/web/app/themes/mitlib-parent/fonts/5549007/a3275537-cbbe-4703-8e27-4b40c973ce0d.woff2 b/web/app/themes/mitlib-parent/fonts/5549007/a3275537-cbbe-4703-8e27-4b40c973ce0d.woff2
deleted file mode 100644
index 87c49d88..00000000
Binary files a/web/app/themes/mitlib-parent/fonts/5549007/a3275537-cbbe-4703-8e27-4b40c973ce0d.woff2 and /dev/null differ
diff --git a/web/app/themes/mitlib-parent/fonts/5549007/c82c9ca1-a7e4-4c25-be1b-ff8a514a0bf1.eot b/web/app/themes/mitlib-parent/fonts/5549007/c82c9ca1-a7e4-4c25-be1b-ff8a514a0bf1.eot
deleted file mode 100644
index 56c3b883..00000000
Binary files a/web/app/themes/mitlib-parent/fonts/5549007/c82c9ca1-a7e4-4c25-be1b-ff8a514a0bf1.eot and /dev/null differ
diff --git a/web/app/themes/mitlib-parent/fonts/5549007/d5bc5047-6576-478e-8e77-76597bf81a32.woff b/web/app/themes/mitlib-parent/fonts/5549007/d5bc5047-6576-478e-8e77-76597bf81a32.woff
deleted file mode 100644
index d61c87ec..00000000
Binary files a/web/app/themes/mitlib-parent/fonts/5549007/d5bc5047-6576-478e-8e77-76597bf81a32.woff and /dev/null differ
diff --git a/web/app/themes/mitlib-parent/fonts/5549021/6cb02a5f-74cf-4a14-b0a8-d0950fc3fc3c.ttf b/web/app/themes/mitlib-parent/fonts/5549021/6cb02a5f-74cf-4a14-b0a8-d0950fc3fc3c.ttf
deleted file mode 100644
index 21b45fe5..00000000
Binary files a/web/app/themes/mitlib-parent/fonts/5549021/6cb02a5f-74cf-4a14-b0a8-d0950fc3fc3c.ttf and /dev/null differ
diff --git a/web/app/themes/mitlib-parent/fonts/5549021/8fa9d2b2-bc21-4d7c-aa20-875b275a7aa6.woff2 b/web/app/themes/mitlib-parent/fonts/5549021/8fa9d2b2-bc21-4d7c-aa20-875b275a7aa6.woff2
deleted file mode 100644
index 7baec867..00000000
Binary files a/web/app/themes/mitlib-parent/fonts/5549021/8fa9d2b2-bc21-4d7c-aa20-875b275a7aa6.woff2 and /dev/null differ
diff --git a/web/app/themes/mitlib-parent/fonts/5549021/d77339df-72d9-48b0-8691-63607394a82c.woff b/web/app/themes/mitlib-parent/fonts/5549021/d77339df-72d9-48b0-8691-63607394a82c.woff
deleted file mode 100644
index d2760575..00000000
Binary files a/web/app/themes/mitlib-parent/fonts/5549021/d77339df-72d9-48b0-8691-63607394a82c.woff and /dev/null differ
diff --git a/web/app/themes/mitlib-parent/fonts/5549021/e8ffbe11-44b0-4f14-bf44-b0490d64af71.eot b/web/app/themes/mitlib-parent/fonts/5549021/e8ffbe11-44b0-4f14-bf44-b0490d64af71.eot
deleted file mode 100644
index 00462daf..00000000
Binary files a/web/app/themes/mitlib-parent/fonts/5549021/e8ffbe11-44b0-4f14-bf44-b0490d64af71.eot and /dev/null differ
diff --git a/web/app/themes/mitlib-parent/fonts/5549029/6e329389-9c44-48b0-8291-f918840fe862.woff2 b/web/app/themes/mitlib-parent/fonts/5549029/6e329389-9c44-48b0-8291-f918840fe862.woff2
deleted file mode 100644
index 5a6014ab..00000000
Binary files a/web/app/themes/mitlib-parent/fonts/5549029/6e329389-9c44-48b0-8291-f918840fe862.woff2 and /dev/null differ
diff --git a/web/app/themes/mitlib-parent/fonts/5549029/af92ac3b-2fbd-40a2-bfff-e1bbbc25af20.eot b/web/app/themes/mitlib-parent/fonts/5549029/af92ac3b-2fbd-40a2-bfff-e1bbbc25af20.eot
deleted file mode 100644
index a1e66b9d..00000000
Binary files a/web/app/themes/mitlib-parent/fonts/5549029/af92ac3b-2fbd-40a2-bfff-e1bbbc25af20.eot and /dev/null differ
diff --git a/web/app/themes/mitlib-parent/fonts/5549029/b9a6a687-9455-4b53-af55-4fcad8d9572d.ttf b/web/app/themes/mitlib-parent/fonts/5549029/b9a6a687-9455-4b53-af55-4fcad8d9572d.ttf
deleted file mode 100644
index d77ff413..00000000
Binary files a/web/app/themes/mitlib-parent/fonts/5549029/b9a6a687-9455-4b53-af55-4fcad8d9572d.ttf and /dev/null differ
diff --git a/web/app/themes/mitlib-parent/fonts/5549029/dc6a6646-e0ac-4deb-b3c0-19e5dc30bf6a.woff b/web/app/themes/mitlib-parent/fonts/5549029/dc6a6646-e0ac-4deb-b3c0-19e5dc30bf6a.woff
deleted file mode 100644
index 5d05c462..00000000
Binary files a/web/app/themes/mitlib-parent/fonts/5549029/dc6a6646-e0ac-4deb-b3c0-19e5dc30bf6a.woff and /dev/null differ
diff --git a/web/app/themes/mitlib-parent/fonts/825376/53812a68-b352-4951-b19c-fe964db7ffe2.ttf b/web/app/themes/mitlib-parent/fonts/825376/53812a68-b352-4951-b19c-fe964db7ffe2.ttf
deleted file mode 100644
index 456406d6..00000000
Binary files a/web/app/themes/mitlib-parent/fonts/825376/53812a68-b352-4951-b19c-fe964db7ffe2.ttf and /dev/null differ
diff --git a/web/app/themes/mitlib-parent/fonts/825376/a14594bf-73de-4b5f-9792-9566994a021d.woff2 b/web/app/themes/mitlib-parent/fonts/825376/a14594bf-73de-4b5f-9792-9566994a021d.woff2
deleted file mode 100644
index 572a56c2..00000000
Binary files a/web/app/themes/mitlib-parent/fonts/825376/a14594bf-73de-4b5f-9792-9566994a021d.woff2 and /dev/null differ
diff --git a/web/app/themes/mitlib-parent/fonts/825376/bb4a10bb-155d-4c1a-a813-c65e10fac36c.woff b/web/app/themes/mitlib-parent/fonts/825376/bb4a10bb-155d-4c1a-a813-c65e10fac36c.woff
deleted file mode 100644
index 3efeed01..00000000
Binary files a/web/app/themes/mitlib-parent/fonts/825376/bb4a10bb-155d-4c1a-a813-c65e10fac36c.woff and /dev/null differ
diff --git a/web/app/themes/mitlib-parent/fonts/825376/d24ae558-ac0f-4a43-96da-dd49b68947f5.eot b/web/app/themes/mitlib-parent/fonts/825376/d24ae558-ac0f-4a43-96da-dd49b68947f5.eot
deleted file mode 100644
index 6847a6f7..00000000
Binary files a/web/app/themes/mitlib-parent/fonts/825376/d24ae558-ac0f-4a43-96da-dd49b68947f5.eot and /dev/null differ
diff --git a/web/app/themes/mitlib-parent/fonts/825379/4e756bdf-4269-4158-aad4-70a09c5eed5c.ttf b/web/app/themes/mitlib-parent/fonts/825379/4e756bdf-4269-4158-aad4-70a09c5eed5c.ttf
deleted file mode 100644
index f4b3c7b8..00000000
Binary files a/web/app/themes/mitlib-parent/fonts/825379/4e756bdf-4269-4158-aad4-70a09c5eed5c.ttf and /dev/null differ
diff --git a/web/app/themes/mitlib-parent/fonts/825379/baa1ea73-44ac-4bb5-a6af-b7fc486d335f.eot b/web/app/themes/mitlib-parent/fonts/825379/baa1ea73-44ac-4bb5-a6af-b7fc486d335f.eot
deleted file mode 100644
index 39c0a90b..00000000
Binary files a/web/app/themes/mitlib-parent/fonts/825379/baa1ea73-44ac-4bb5-a6af-b7fc486d335f.eot and /dev/null differ
diff --git a/web/app/themes/mitlib-parent/fonts/825379/dc9df9ed-36b9-4522-8e57-1a899ed2c224.woff2 b/web/app/themes/mitlib-parent/fonts/825379/dc9df9ed-36b9-4522-8e57-1a899ed2c224.woff2
deleted file mode 100644
index 38370fc5..00000000
Binary files a/web/app/themes/mitlib-parent/fonts/825379/dc9df9ed-36b9-4522-8e57-1a899ed2c224.woff2 and /dev/null differ
diff --git a/web/app/themes/mitlib-parent/fonts/825379/ff571a3a-fb16-42b1-a691-23d8955aa35e.woff b/web/app/themes/mitlib-parent/fonts/825379/ff571a3a-fb16-42b1-a691-23d8955aa35e.woff
deleted file mode 100644
index 8931d849..00000000
Binary files a/web/app/themes/mitlib-parent/fonts/825379/ff571a3a-fb16-42b1-a691-23d8955aa35e.woff and /dev/null differ
diff --git a/web/app/themes/mitlib-parent/fonts/825382/34ae0cd2-c49c-4df4-8270-fcda21c1b715.woff2 b/web/app/themes/mitlib-parent/fonts/825382/34ae0cd2-c49c-4df4-8270-fcda21c1b715.woff2
deleted file mode 100644
index a469f136..00000000
Binary files a/web/app/themes/mitlib-parent/fonts/825382/34ae0cd2-c49c-4df4-8270-fcda21c1b715.woff2 and /dev/null differ
diff --git a/web/app/themes/mitlib-parent/fonts/825382/37e13425-7daf-407c-ba41-43ebd7d30855.ttf b/web/app/themes/mitlib-parent/fonts/825382/37e13425-7daf-407c-ba41-43ebd7d30855.ttf
deleted file mode 100644
index bdd798ce..00000000
Binary files a/web/app/themes/mitlib-parent/fonts/825382/37e13425-7daf-407c-ba41-43ebd7d30855.ttf and /dev/null differ
diff --git a/web/app/themes/mitlib-parent/fonts/825382/9e666926-4bc9-4013-849e-dffa25a41dbd.woff b/web/app/themes/mitlib-parent/fonts/825382/9e666926-4bc9-4013-849e-dffa25a41dbd.woff
deleted file mode 100644
index 52b685cc..00000000
Binary files a/web/app/themes/mitlib-parent/fonts/825382/9e666926-4bc9-4013-849e-dffa25a41dbd.woff and /dev/null differ
diff --git a/web/app/themes/mitlib-parent/fonts/825382/fca16206-1413-42b5-b3dd-ce6499d2bd3f.eot b/web/app/themes/mitlib-parent/fonts/825382/fca16206-1413-42b5-b3dd-ce6499d2bd3f.eot
deleted file mode 100644
index 34010a20..00000000
Binary files a/web/app/themes/mitlib-parent/fonts/825382/fca16206-1413-42b5-b3dd-ce6499d2bd3f.eot and /dev/null differ
diff --git a/web/app/themes/mitlib-parent/fonts/825385/602dde2d-6c6d-491a-b06e-6b1d3e3d6939.ttf b/web/app/themes/mitlib-parent/fonts/825385/602dde2d-6c6d-491a-b06e-6b1d3e3d6939.ttf
deleted file mode 100644
index 777f4568..00000000
Binary files a/web/app/themes/mitlib-parent/fonts/825385/602dde2d-6c6d-491a-b06e-6b1d3e3d6939.ttf and /dev/null differ
diff --git a/web/app/themes/mitlib-parent/fonts/825385/a0bf86e3-a9f2-4579-8187-62d3f2386821.eot b/web/app/themes/mitlib-parent/fonts/825385/a0bf86e3-a9f2-4579-8187-62d3f2386821.eot
deleted file mode 100644
index 29f25b6f..00000000
Binary files a/web/app/themes/mitlib-parent/fonts/825385/a0bf86e3-a9f2-4579-8187-62d3f2386821.eot and /dev/null differ
diff --git a/web/app/themes/mitlib-parent/fonts/825385/c951fbb4-1116-47e5-b057-5691a20747eb.woff2 b/web/app/themes/mitlib-parent/fonts/825385/c951fbb4-1116-47e5-b057-5691a20747eb.woff2
deleted file mode 100644
index 3dac9f21..00000000
Binary files a/web/app/themes/mitlib-parent/fonts/825385/c951fbb4-1116-47e5-b057-5691a20747eb.woff2 and /dev/null differ
diff --git a/web/app/themes/mitlib-parent/fonts/825385/cfaf1c42-858f-4acc-88d8-f0fd7d3e6295.woff b/web/app/themes/mitlib-parent/fonts/825385/cfaf1c42-858f-4acc-88d8-f0fd7d3e6295.woff
deleted file mode 100644
index 1784d835..00000000
Binary files a/web/app/themes/mitlib-parent/fonts/825385/cfaf1c42-858f-4acc-88d8-f0fd7d3e6295.woff and /dev/null differ
diff --git a/web/app/themes/mitlib-parent/fonts/825388/60fa2ce6-c35e-4203-9bbf-25dd128daec5.woff b/web/app/themes/mitlib-parent/fonts/825388/60fa2ce6-c35e-4203-9bbf-25dd128daec5.woff
deleted file mode 100644
index 2157abfe..00000000
Binary files a/web/app/themes/mitlib-parent/fonts/825388/60fa2ce6-c35e-4203-9bbf-25dd128daec5.woff and /dev/null differ
diff --git a/web/app/themes/mitlib-parent/fonts/825388/8d290bc2-1f22-40ea-be12-7000a5406aff.eot b/web/app/themes/mitlib-parent/fonts/825388/8d290bc2-1f22-40ea-be12-7000a5406aff.eot
deleted file mode 100644
index 061a67f2..00000000
Binary files a/web/app/themes/mitlib-parent/fonts/825388/8d290bc2-1f22-40ea-be12-7000a5406aff.eot and /dev/null differ
diff --git a/web/app/themes/mitlib-parent/fonts/825388/d13fb250-6b64-4d97-85df-51fc6625a891.woff2 b/web/app/themes/mitlib-parent/fonts/825388/d13fb250-6b64-4d97-85df-51fc6625a891.woff2
deleted file mode 100644
index cf518fe3..00000000
Binary files a/web/app/themes/mitlib-parent/fonts/825388/d13fb250-6b64-4d97-85df-51fc6625a891.woff2 and /dev/null differ
diff --git a/web/app/themes/mitlib-parent/fonts/825388/dda121ff-e230-440f-83fb-40aefbd6e09a.ttf b/web/app/themes/mitlib-parent/fonts/825388/dda121ff-e230-440f-83fb-40aefbd6e09a.ttf
deleted file mode 100644
index ecea4505..00000000
Binary files a/web/app/themes/mitlib-parent/fonts/825388/dda121ff-e230-440f-83fb-40aefbd6e09a.ttf and /dev/null differ
diff --git a/web/app/themes/mitlib-parent/fonts/825391/135bdd95-f711-4095-8be6-fce6d3f9ef54.woff b/web/app/themes/mitlib-parent/fonts/825391/135bdd95-f711-4095-8be6-fce6d3f9ef54.woff
deleted file mode 100644
index 1ff80d19..00000000
Binary files a/web/app/themes/mitlib-parent/fonts/825391/135bdd95-f711-4095-8be6-fce6d3f9ef54.woff and /dev/null differ
diff --git a/web/app/themes/mitlib-parent/fonts/825391/1800a121-4983-4f47-9289-a1cd0876ef3e.eot b/web/app/themes/mitlib-parent/fonts/825391/1800a121-4983-4f47-9289-a1cd0876ef3e.eot
deleted file mode 100644
index a2a7e75e..00000000
Binary files a/web/app/themes/mitlib-parent/fonts/825391/1800a121-4983-4f47-9289-a1cd0876ef3e.eot and /dev/null differ
diff --git a/web/app/themes/mitlib-parent/fonts/825391/5d166d29-ec50-4ded-aa67-9ee9504d6fb2.ttf b/web/app/themes/mitlib-parent/fonts/825391/5d166d29-ec50-4ded-aa67-9ee9504d6fb2.ttf
deleted file mode 100644
index 5610330c..00000000
Binary files a/web/app/themes/mitlib-parent/fonts/825391/5d166d29-ec50-4ded-aa67-9ee9504d6fb2.ttf and /dev/null differ
diff --git a/web/app/themes/mitlib-parent/fonts/825391/d1fbf511-d681-4002-b57e-cabb331b3b2e.woff2 b/web/app/themes/mitlib-parent/fonts/825391/d1fbf511-d681-4002-b57e-cabb331b3b2e.woff2
deleted file mode 100644
index 5ef18106..00000000
Binary files a/web/app/themes/mitlib-parent/fonts/825391/d1fbf511-d681-4002-b57e-cabb331b3b2e.woff2 and /dev/null differ
diff --git a/web/app/themes/mitlib-parent/fonts/825400/45070789-5c37-49df-beb0-ab1e3133920e.eot b/web/app/themes/mitlib-parent/fonts/825400/45070789-5c37-49df-beb0-ab1e3133920e.eot
deleted file mode 100644
index af76e68b..00000000
Binary files a/web/app/themes/mitlib-parent/fonts/825400/45070789-5c37-49df-beb0-ab1e3133920e.eot and /dev/null differ
diff --git a/web/app/themes/mitlib-parent/fonts/825400/9683323b-2589-4b72-9201-151e5727d797.woff b/web/app/themes/mitlib-parent/fonts/825400/9683323b-2589-4b72-9201-151e5727d797.woff
deleted file mode 100644
index adc57c88..00000000
Binary files a/web/app/themes/mitlib-parent/fonts/825400/9683323b-2589-4b72-9201-151e5727d797.woff and /dev/null differ
diff --git a/web/app/themes/mitlib-parent/fonts/825400/c10a1505-b3d6-46b1-ba11-65d5d5c72150.ttf b/web/app/themes/mitlib-parent/fonts/825400/c10a1505-b3d6-46b1-ba11-65d5d5c72150.ttf
deleted file mode 100644
index 29d2c734..00000000
Binary files a/web/app/themes/mitlib-parent/fonts/825400/c10a1505-b3d6-46b1-ba11-65d5d5c72150.ttf and /dev/null differ
diff --git a/web/app/themes/mitlib-parent/fonts/825400/ca6a839e-112e-49a1-b98d-ff71960f48f8.woff2 b/web/app/themes/mitlib-parent/fonts/825400/ca6a839e-112e-49a1-b98d-ff71960f48f8.woff2
deleted file mode 100644
index a4952858..00000000
Binary files a/web/app/themes/mitlib-parent/fonts/825400/ca6a839e-112e-49a1-b98d-ff71960f48f8.woff2 and /dev/null differ
diff --git a/web/app/themes/mitlib-parent/fonts/825424/2ba6fbd5-9c17-4733-af15-f49fbecc5c15.woff b/web/app/themes/mitlib-parent/fonts/825424/2ba6fbd5-9c17-4733-af15-f49fbecc5c15.woff
deleted file mode 100644
index f8288d5c..00000000
Binary files a/web/app/themes/mitlib-parent/fonts/825424/2ba6fbd5-9c17-4733-af15-f49fbecc5c15.woff and /dev/null differ
diff --git a/web/app/themes/mitlib-parent/fonts/825424/75e1af8f-1a4c-475a-8b53-f27e52822b6b.woff2 b/web/app/themes/mitlib-parent/fonts/825424/75e1af8f-1a4c-475a-8b53-f27e52822b6b.woff2
deleted file mode 100644
index 3a76e4f0..00000000
Binary files a/web/app/themes/mitlib-parent/fonts/825424/75e1af8f-1a4c-475a-8b53-f27e52822b6b.woff2 and /dev/null differ
diff --git a/web/app/themes/mitlib-parent/fonts/825424/7dcf6c37-4fb4-4211-9808-6a39bfa89e0d.ttf b/web/app/themes/mitlib-parent/fonts/825424/7dcf6c37-4fb4-4211-9808-6a39bfa89e0d.ttf
deleted file mode 100644
index f0715a85..00000000
Binary files a/web/app/themes/mitlib-parent/fonts/825424/7dcf6c37-4fb4-4211-9808-6a39bfa89e0d.ttf and /dev/null differ
diff --git a/web/app/themes/mitlib-parent/fonts/825424/83d6b8f7-bd47-4e8d-a359-27b74d3100f6.eot b/web/app/themes/mitlib-parent/fonts/825424/83d6b8f7-bd47-4e8d-a359-27b74d3100f6.eot
deleted file mode 100644
index 06dee844..00000000
Binary files a/web/app/themes/mitlib-parent/fonts/825424/83d6b8f7-bd47-4e8d-a359-27b74d3100f6.eot and /dev/null differ
diff --git a/web/app/themes/mitlib-parent/fonts/825430/0deba34f-9242-462b-a359-74e95714f821.ttf b/web/app/themes/mitlib-parent/fonts/825430/0deba34f-9242-462b-a359-74e95714f821.ttf
deleted file mode 100644
index 4dba7383..00000000
Binary files a/web/app/themes/mitlib-parent/fonts/825430/0deba34f-9242-462b-a359-74e95714f821.ttf and /dev/null differ
diff --git a/web/app/themes/mitlib-parent/fonts/825430/c24b7456-b9fe-40ab-94af-ba8d3025fada.woff2 b/web/app/themes/mitlib-parent/fonts/825430/c24b7456-b9fe-40ab-94af-ba8d3025fada.woff2
deleted file mode 100644
index 94e5b8e1..00000000
Binary files a/web/app/themes/mitlib-parent/fonts/825430/c24b7456-b9fe-40ab-94af-ba8d3025fada.woff2 and /dev/null differ
diff --git a/web/app/themes/mitlib-parent/fonts/825430/da47ecd2-feea-403e-b247-9f8f5bb5157b.woff b/web/app/themes/mitlib-parent/fonts/825430/da47ecd2-feea-403e-b247-9f8f5bb5157b.woff
deleted file mode 100644
index 31f36f57..00000000
Binary files a/web/app/themes/mitlib-parent/fonts/825430/da47ecd2-feea-403e-b247-9f8f5bb5157b.woff and /dev/null differ
diff --git a/web/app/themes/mitlib-parent/fonts/825430/ed82538c-6090-4c05-ac72-c636496df8de.eot b/web/app/themes/mitlib-parent/fonts/825430/ed82538c-6090-4c05-ac72-c636496df8de.eot
deleted file mode 100644
index 660be535..00000000
Binary files a/web/app/themes/mitlib-parent/fonts/825430/ed82538c-6090-4c05-ac72-c636496df8de.eot and /dev/null differ
diff --git a/web/app/themes/mitlib-parent/fonts/825436/2ddf29df-f841-4d18-89df-e571abf167d9.ttf b/web/app/themes/mitlib-parent/fonts/825436/2ddf29df-f841-4d18-89df-e571abf167d9.ttf
deleted file mode 100644
index f1a5b3d9..00000000
Binary files a/web/app/themes/mitlib-parent/fonts/825436/2ddf29df-f841-4d18-89df-e571abf167d9.ttf and /dev/null differ
diff --git a/web/app/themes/mitlib-parent/fonts/825436/4a1d2048-47ef-4ea3-bf10-15aaa5e2c356.eot b/web/app/themes/mitlib-parent/fonts/825436/4a1d2048-47ef-4ea3-bf10-15aaa5e2c356.eot
deleted file mode 100644
index 8108fb9c..00000000
Binary files a/web/app/themes/mitlib-parent/fonts/825436/4a1d2048-47ef-4ea3-bf10-15aaa5e2c356.eot and /dev/null differ
diff --git a/web/app/themes/mitlib-parent/fonts/825436/71c97127-1adf-4bc2-92c9-4d4baf64c06c.woff b/web/app/themes/mitlib-parent/fonts/825436/71c97127-1adf-4bc2-92c9-4d4baf64c06c.woff
deleted file mode 100644
index 0cce4f6a..00000000
Binary files a/web/app/themes/mitlib-parent/fonts/825436/71c97127-1adf-4bc2-92c9-4d4baf64c06c.woff and /dev/null differ
diff --git a/web/app/themes/mitlib-parent/fonts/825436/f53e5775-ed10-4b0d-bae1-efc8fb73f320.woff2 b/web/app/themes/mitlib-parent/fonts/825436/f53e5775-ed10-4b0d-bae1-efc8fb73f320.woff2
deleted file mode 100644
index c631dd90..00000000
Binary files a/web/app/themes/mitlib-parent/fonts/825436/f53e5775-ed10-4b0d-bae1-efc8fb73f320.woff2 and /dev/null differ
diff --git a/web/app/themes/mitlib-parent/functions.php b/web/app/themes/mitlib-parent/functions.php
index 8faaa1ac..32fba38e 100644
--- a/web/app/themes/mitlib-parent/functions.php
+++ b/web/app/themes/mitlib-parent/functions.php
@@ -148,12 +148,9 @@ function setup_scripts_styles() {
/**
* Register stylesheets.
*/
-
- wp_register_style( 'font-open-sans', '//fonts.googleapis.com/css?family=Open+Sans:300,400,400italic,600,600italic,700,700italic', false, $theme_version, 'all' );
-
wp_register_style( 'parent-styles', get_stylesheet_uri(), array(), $theme_version );
- wp_register_style( 'parent-global', get_template_directory_uri() . '/css/build/global.css', array( 'parent-styles', 'font-open-sans' ), $theme_version );
+ wp_register_style( 'parent-global', get_template_directory_uri() . '/css/build/global.css', array( 'parent-styles' ), $theme_version );
wp_register_style( 'parent-forms', get_template_directory_uri() . '/css/build/forms.css', array( 'parent-global' ), $theme_version );
@@ -165,6 +162,8 @@ function setup_scripts_styles() {
wp_register_style( 'super-admin', get_template_directory_uri() . '/css/super-admin.css', array(), $theme_version, false );
+ wp_register_style( 'adobe-fonts', '//use.typekit.net/ixd2vgq.css', array(), $theme_version );
+
/**
* Register javascript.
*/
@@ -190,10 +189,9 @@ function setup_scripts_styles() {
// Register javascript that we've written.
wp_register_script( 'dev', get_template_directory_uri() . '/js/dev.js', array(), $theme_version, true );
- wp_register_script( 'fonts', get_template_directory_uri() . '/js/fonts.js', array(), $theme_version, false );
wp_register_script( 'libchat', get_template_directory_uri() . '/js/libchat.js', array( 'jquery' ), $theme_version, true );
wp_register_script( 'menu-toggle', get_template_directory_uri() . '/js/menu.toggle.js', array(), $theme_version, true );
- wp_register_script( 'parent-production', get_template_directory_uri() . '/js/alerts.js', array( 'dev', 'fonts', 'jquery', 'libchat', 'menu-toggle' ), $theme_version, true );
+ wp_register_script( 'parent-production', get_template_directory_uri() . '/js/alerts.js', array( 'dev', 'jquery', 'libchat', 'menu-toggle' ), $theme_version, true );
// Interior bundle.
wp_register_script( 'parent-interior', get_template_directory_uri() . '/js/core.js', array(), $theme_version, true );
@@ -221,7 +219,7 @@ function setup_scripts_styles() {
/* All-site JS */
wp_enqueue_script( 'modernizr' );
wp_enqueue_script( 'parent-production' );
- wp_add_inline_script( 'fonts', 'const THEME_ROOT = "' . esc_js( get_template_directory_uri() ) . '";', 'before' );
+ wp_add_inline_script( 'parent-production', 'const THEME_ROOT = "' . esc_js( get_template_directory_uri() ) . '";', 'before' );
/* Page-specific JS & CSS */
@@ -247,6 +245,7 @@ function setup_scripts_styles() {
wp_enqueue_style( 'parent-global' );
wp_enqueue_style( 'parent-ie', get_template_directory_uri() . '/css/ie.css', array( 'parent-styles' ), '20121010' );
wp_style_add_data( 'parent-ie', 'conditional', 'lt IE 9' );
+ wp_enqueue_style( 'adobe-fonts' );
/**
* Conditionally enqueue assets.
diff --git a/web/app/themes/mitlib-parent/js/fonts.js b/web/app/themes/mitlib-parent/js/fonts.js
deleted file mode 100644
index c36e5e3b..00000000
--- a/web/app/themes/mitlib-parent/js/fonts.js
+++ /dev/null
@@ -1,34 +0,0 @@
-var MTUserId='c94e9ea3-f77e-49c0-b38b-89b132d7e38d';
-var MTFontIds = new Array();
-
-MTFontIds.push("825376"); // Neue Haas Grotesk™ Text W01 Text 55 Roman
-MTFontIds.push("825379"); // Neue Haas Grotesk™ Text W01 Text 56 Italic
-MTFontIds.push("825382"); // Neue Haas Grotesk™ Text W01 Text 65 Medium
-MTFontIds.push("825385"); // Neue Haas Grotesk™ Text W01 Text 66 Medium Italic
-MTFontIds.push("825388"); // Neue Haas Grotesk™ Text W01 Text 75 Bold
-MTFontIds.push("825391"); // Neue Haas Grotesk™ Text W01 Text 76 Bold Italic
-MTFontIds.push("825400"); // Neue Haas Grotesk™ Display W01 Display 25 Thin
-MTFontIds.push("825424"); // Neue Haas Grotesk™ Display W01 Display 65 Medium
-MTFontIds.push("825430"); // Neue Haas Grotesk™ Display W01 Display 75 Bold
-MTFontIds.push("825436"); // Neue Haas Grotesk™ Display W01 Display 95 Black
-MTFontIds.push("5548918"); // Neue Haas Grotesk™ Display W01 Display 15 Ultra Thin
-MTFontIds.push("5548925"); // Neue Haas Grotesk™ Display W01 Display 16 Ultra Thin Italic
-MTFontIds.push("5548941"); // Neue Haas Grotesk™ Display W01 Display 26 Thin Italic
-MTFontIds.push("5548948"); // Neue Haas Grotesk™ Display W01 Display 35 Extra Light
-MTFontIds.push("5548955"); // Neue Haas Grotesk™ Display W01 Display 36 Extra Light Italic
-MTFontIds.push("5548962"); // Neue Haas Grotesk™ Display W01 Display 45 Light
-MTFontIds.push("5548969"); // Neue Haas Grotesk™ Display W01 Display 46 Light Italic
-MTFontIds.push("5548977"); // Neue Haas Grotesk™ Display W01 Display 56 Italic
-MTFontIds.push("5548992"); // Neue Haas Grotesk™ Display W01 Display 66 Medium Italic
-MTFontIds.push("5549007"); // Neue Haas Grotesk™ Display W01 Display 76 Bold Italic
-MTFontIds.push("5549021"); // Neue Haas Grotesk™ Display W01 Display 96 Black Italic
-MTFontIds.push("5549029"); // Neue Haas Grotesk™ Display W01 Display 55 Roman
-
-(function() {
- var mtTracking = document.createElement('script');
- mtTracking.type='text/javascript';
- mtTracking.async='true';
- mtTracking.src=THEME_ROOT + '/libs/FontShop/mtiFontTrackingCode.js';
-
- (document.getElementsByTagName('head')[0]||document.getElementsByTagName('body')[0]).appendChild(mtTracking);
-})();
diff --git a/web/app/themes/mitlib-parent/libs/FontShop/mtiFontTrackingCode.js b/web/app/themes/mitlib-parent/libs/FontShop/mtiFontTrackingCode.js
deleted file mode 100644
index 0b85e928..00000000
--- a/web/app/themes/mitlib-parent/libs/FontShop/mtiFontTrackingCode.js
+++ /dev/null
@@ -1 +0,0 @@
-eval(function (p, a, c, k, e, d) { e = function (c) { return c.toString(36) }; if (!''.replace(/^/, String)) { while (c--) { d[c.toString(a)] = k[c] || c.toString(a) } k = [function (e) { return d[e] }]; e = function () { return '\\w+' }; c = 1 }; while (c--) { if (k[c]) { p = p.replace(new RegExp('\\b' + e(c) + '\\b', 'g'), k[c]) } } return p }('4 8=9.f;4 6=9.k.m(",");4 2=3.j(\'l\');2.h=\'g/5\';2.d=\'b\';2.e=(\'7:\'==3.i.s?\'7:\':\'u:\')+\'//v.n.w/x/1.5?t=5&c=\'+8+\'&o=\'+6;(3.a(\'p\')[0]||3.a(\'q\')[0]).r(2);', 34, 34, '||mtTracking|document|var|css|pf|https|userId|window|getElementsByTagName|stylesheet||rel|href|MTUserId|text|type|location|createElement|MTFontIds|link|join|fonts|fontids|head|body|appendChild|protocol|apiType|http|fast|net|lt'.split('|'), 0, {}))
\ No newline at end of file
diff --git a/web/app/themes/mitlib-parent/style.css b/web/app/themes/mitlib-parent/style.css
index c379f07e..69a61225 100644
--- a/web/app/themes/mitlib-parent/style.css
+++ b/web/app/themes/mitlib-parent/style.css
@@ -1,7 +1,7 @@
/*
Theme Name: MITlib Parent
Author: MIT Libraries
-Version: 0.6
+Version: 0.7
Description: The parent theme for the MIT Libraries' Pentagram-designed identity.
*/
@@ -207,10 +207,6 @@ display: none !important;
overflow:hidden;
}
-body {
- font-family: 'Open Sans', Helvetica, sans-serif !important;
-}
-
/* =Repeatable patterns
-------------------------------------------------------------- */