From e650c6410db261ead4b74a11da22c503cfdf23c2 Mon Sep 17 00:00:00 2001 From: alexjk38 <32470028+ajk38-1731989@users.noreply.github.com> Date: Fri, 15 Jun 2018 13:08:14 -0700 Subject: [PATCH 1/5] Changing all Adelle font instances to Raleway Went through the CSS files and looked for instances of adelle and changed these font families with Raleway. --- website/static/website/css/autocomplete.css | 4 ++-- website/static/website/css/news.css | 2 +- website/static/website/css/project.css | 2 +- website/static/website/css/projects.css | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/website/static/website/css/autocomplete.css b/website/static/website/css/autocomplete.css index 3a930944..a00bcded 100644 --- a/website/static/website/css/autocomplete.css +++ b/website/static/website/css/autocomplete.css @@ -1,9 +1,9 @@ .ui-autocomplete { font-size: 12px; - font-family: adelle regular; + font-family: Raleway; } .ui-menu .ui-menu-item { font-size: 12px; - font-family: adelle regular; + font-family: Raleway; } \ No newline at end of file diff --git a/website/static/website/css/news.css b/website/static/website/css/news.css index 3b749d94..6f5d848d 100644 --- a/website/static/website/css/news.css +++ b/website/static/website/css/news.css @@ -8,7 +8,7 @@ .news_content{ font-size: 11.5px; - font-family: adelle-regular; + font-family: Raleway; padding-top: 5px; padding-left: 0px; padding-bottom: 0px; diff --git a/website/static/website/css/project.css b/website/static/website/css/project.css index 9e6c5c54..132251a4 100644 --- a/website/static/website/css/project.css +++ b/website/static/website/css/project.css @@ -57,7 +57,7 @@ } .header-visual-title { - font-family: adelle-regular; + font-family: Raleway; font-weight: bold; color: #464D59; font-size: 15px; diff --git a/website/static/website/css/projects.css b/website/static/website/css/projects.css index d5903cfa..59421268 100644 --- a/website/static/website/css/projects.css +++ b/website/static/website/css/projects.css @@ -11,7 +11,7 @@ } .project-name { - font-family: adelle-regular; + font-family: Raleway; font-weight: bold; color: #464D59; font-size: 20px; From 8fb8e0df3217e751533d341ebf5d4c082ba8df72 Mon Sep 17 00:00:00 2001 From: Alexander Kim <32470028+alexjk38@users.noreply.github.com> Date: Fri, 15 Jun 2018 13:32:52 -0700 Subject: [PATCH 2/5] Update autocomplete.css --- website/static/website/css/autocomplete.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/website/static/website/css/autocomplete.css b/website/static/website/css/autocomplete.css index a00bcded..f49e20fb 100644 --- a/website/static/website/css/autocomplete.css +++ b/website/static/website/css/autocomplete.css @@ -1,9 +1,9 @@ .ui-autocomplete { font-size: 12px; - font-family: Raleway; + font-family: Raleway regular; } .ui-menu .ui-menu-item { font-size: 12px; - font-family: Raleway; -} \ No newline at end of file + font-family: Raleway regular; +} From 27a6848d0060cf575839fb03ea975afcff4cdf7c Mon Sep 17 00:00:00 2001 From: Alexander Kim <32470028+alexjk38@users.noreply.github.com> Date: Fri, 15 Jun 2018 13:33:22 -0700 Subject: [PATCH 3/5] Update news.css --- website/static/website/css/news.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/static/website/css/news.css b/website/static/website/css/news.css index 6f5d848d..e0bdf1ec 100644 --- a/website/static/website/css/news.css +++ b/website/static/website/css/news.css @@ -8,7 +8,7 @@ .news_content{ font-size: 11.5px; - font-family: Raleway; + font-family: Raleway-regular; padding-top: 5px; padding-left: 0px; padding-bottom: 0px; @@ -113,4 +113,4 @@ text-align: left; margin: 0 auto; margin-bottom: 4px; -} \ No newline at end of file +} From 840538bfc11ff3b267105d98a7257536beceff21 Mon Sep 17 00:00:00 2001 From: Alexander Kim <32470028+alexjk38@users.noreply.github.com> Date: Fri, 15 Jun 2018 13:33:40 -0700 Subject: [PATCH 4/5] Update project.css --- website/static/website/css/project.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/static/website/css/project.css b/website/static/website/css/project.css index 132251a4..f009749c 100644 --- a/website/static/website/css/project.css +++ b/website/static/website/css/project.css @@ -57,7 +57,7 @@ } .header-visual-title { - font-family: Raleway; + font-family: Raleway-regular; font-weight: bold; color: #464D59; font-size: 15px; From 3451a2e81ed19c2ee87e66a6dd68bcc97f96bdd0 Mon Sep 17 00:00:00 2001 From: Alexander Kim <32470028+alexjk38@users.noreply.github.com> Date: Fri, 15 Jun 2018 13:33:51 -0700 Subject: [PATCH 5/5] Update projects.css --- website/static/website/css/projects.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/static/website/css/projects.css b/website/static/website/css/projects.css index 59421268..8fa6dc8b 100644 --- a/website/static/website/css/projects.css +++ b/website/static/website/css/projects.css @@ -11,7 +11,7 @@ } .project-name { - font-family: Raleway; + font-family: Raleway-regular; font-weight: bold; color: #464D59; font-size: 20px;