Skip to content

Commit

Permalink
Update fonts.
Browse files Browse the repository at this point in the history
  • Loading branch information
keunhong committed May 6, 2022
1 parent d6db04d commit 32032de
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion _sass/_base.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@

body {
font-family: "Google Sans Text", sans-serif;
font-family: "Noto Sans", sans-serif;
}
4 changes: 2 additions & 2 deletions css/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
@import "base";

.title {
font-family: Poppins, sans-serif;
font-family: 'Google Sans';
font-weight: 700;
}

.portrait {
Expand All @@ -23,7 +24,6 @@
.publication-title {
width: fit-content;
margin: 0 !important;
font-family: 'Google Sans', sans-serif;
font-weight: 600;
font-size: 110% !important;

Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
gtag('config', '{{ site.google_analytics }}');
</script>

<link href="https://fonts.googleapis.com/css?family=Google+Sans|Google+Sans+Text|Noto+Sans|Poppins" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Google+Sans:wght@700&family=Noto+Sans:wght@400;500;600;700&display=swap" rel="stylesheet">
<link href="{{ '/css/fontawesome.all.min.css' | relative_url }}" rel="stylesheet">
<link href="https://cdn.jsdelivr.net/gh/jpswalsh/academicons@1/css/academicons.min.css" rel="stylesheet">
<link href="{{ '/css/bulma.min.css' | relative_url }}" rel="stylesheet">
Expand Down

0 comments on commit 32032de

Please sign in to comment.