Skip to content

Commit

Permalink
remove --font-emoji
Browse files Browse the repository at this point in the history
  • Loading branch information
Jothsa committed May 1, 2024
1 parent 0ee0f66 commit 4da10f5
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion src/props.fonts.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
--font-antique: Superclarendon, 'Bookman Old Style', 'URW Bookman', 'URW Bookman L', 'Georgia Pro', Georgia, serif;
--font-didone: Didot, 'Bodoni MT', 'Noto Serif Display', 'URW Palladio L', P052, Sylfaen, serif;
--font-handwritten: 'Segoe Print', 'Bradley Hand', Chilanka, TSCu_Comic, casual, cursive;
--font-emoji: 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
--font-weight-1: 100;
--font-weight-2: 200;
--font-weight-3: 300;
Expand Down
2 changes: 0 additions & 2 deletions src/props.fonts.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@ export default {
"Didot, 'Bodoni MT', 'Noto Serif Display', 'URW Palladio L', P052, Sylfaen, serif",
"--font-handwritten":
"'Segoe Print', 'Bradley Hand', Chilanka, TSCu_Comic, casual, cursive",
"--font-emoji":
"'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'",

"--font-weight-1": "100",
"--font-weight-2": "200",
Expand Down
2 changes: 1 addition & 1 deletion test/basic.test.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const OpenProps = require('../dist/open-props.cjs')
const OPtokens = require('../open-props.tokens.json')

test('Should have an all included import', t => {
t.is(Object.keys(OpenProps).length, 1736)
t.is(Object.keys(OpenProps).length, 1734)
})

test('Import should have animations', async t => {
Expand Down

0 comments on commit 4da10f5

Please sign in to comment.