Skip to content

Commit

Permalink
867 Use only quotidian emojis in emoji field (#1141)
Browse files Browse the repository at this point in the history
* add noto color fallback

* Update common-docs/hugo.toml

* Update org-cyf-theme/hugo.toml
  • Loading branch information
SallyMcGrath authored Oct 28, 2024
1 parent d80d0bd commit e154121
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion common-docs/hugo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ title = "The longed for documentation"
url = "https://codeyourfuture.io/donate"

[params]
googleFonts="https://fonts.googleapis.com/css2?family=Oswald:wght@400;700&display=swap"
googleFonts="https://fonts.googleapis.com/css2?family=Noto+Color+Emoji&family=Oswald:wght@400;700&display=swap"
description = "A free and open source technical curriculum platform."
main_website = "https://curriculum.codeyourfuture.io/"
main_org_name = "Code Your Future"
Expand Down
4 changes: 2 additions & 2 deletions common-theme/assets/styles/02-variables/fonts.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue",
sans-serif;
--theme-font--system: 100 100%/2 "Monaco", "Menlo", "Space Grotesk", monospace;
--theme-font--emoji: Apple Color Emoji, "Segoe UI Emoji", "Noto Color Emoji",
"EmojiOne Color", "Twemoji Mozilla";
--theme-font--emoji: "Fluent UI Emoji", Apple Color Emoji, "Noto Color Emoji",
"Segoe UI Emoji", "EmojiOne Color", "Twemoji Mozilla";
}
2 changes: 1 addition & 1 deletion org-cyf-theme/hugo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ org = "https://github.com/CodeYourFuture"
repo = "https://github.com/CodeYourFuture/curriculum/"
pdrepo = "CYF-PD"
root = "curriculum"
googleFonts="https://fonts.googleapis.com/css2?family=Raleway:wght@300;600;800;900&family=Lato:wght@500;800&display=swap"
googleFonts="https://fonts.googleapis.com/css2?family=Noto+Color+Emoji&family=Raleway:wght@300;600;800;900&family=Lato:wght@500;800&display=swap"

# We use a proxy which concatenates paginated responses, otherwise we miss results.
# Daniel is currently hosting this code https://github.com/illicitonion/github-issue-proxy but we should work out a long-term maintainable solution to this problem.
Expand Down

0 comments on commit e154121

Please sign in to comment.