Skip to content

Commit

Permalink
Add Noto Emoji font
Browse files Browse the repository at this point in the history
  • Loading branch information
bhamiltoncx committed Jun 8, 2024
1 parent 862ba8a commit 6e345bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Binary file added public/fonts/NotoEmoji-VariableFont_wght.ttf
Binary file not shown.
3 changes: 2 additions & 1 deletion src/features/fonts/fontsSlice.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// https://fonts.google.com/attribution; see NOTICE for license details
// Bubblegum, EBGaramond, Holtwood, Lobster, Montserrat, Rouge - SIL Open Font License 1.1
// Bubblegum, EBGaramond, Holtwood, Lobster, Montserrat, Rouge, NotoEmoji - SIL Open Font License 1.1
// OpenSans, Roboto, Mountains of Christmas - Apache License 2.0

import { createSlice, createAsyncThunk } from "@reduxjs/toolkit"
Expand All @@ -12,6 +12,7 @@ export const supportedFonts = {
"fonts/HoltwoodOneSC-Regular.ttf": "Holtwood",
"fonts/Lobster-Regular.ttf": "Lobster",
"fonts/Montserrat-Bold.ttf": "Montserrat",
"fonts/NotoEmoji-VariableFont_wght.ttf": "Noto Emoji",
"fonts/OpenSans-Regular.ttf": "Open Sans",
"fonts/Roboto-Black.ttf": "Roboto",
"fonts/RougeScript-Regular.ttf": "Rouge Script",
Expand Down

0 comments on commit 6e345bd

Please sign in to comment.