diff --git a/index.html b/index.html index e0d1c84..cd89b2e 100644 --- a/index.html +++ b/index.html @@ -5,6 +5,9 @@ Vite + React + TS + + +
diff --git a/src/App.css b/src/App.css index b81ea9f..3e05859 100644 --- a/src/App.css +++ b/src/App.css @@ -1,11 +1,5 @@ @import url('https://fonts.googleapis.com/css2?family=JetBrains+Mono&display=swap'); -/* @font-face { - font-family: 'Classic Console Neue'; - src: local('Classic Console Neue'), - url('https://fonts.srizan.dev/clacon2.ttf') format('truetype'); -} */ - .titleHeader { color: #4af626; font-family: 'JetBrains Mono', 'Courier New', Courier, monospace; @@ -17,6 +11,5 @@ gap: 30px; padding: 20px; align-items: center; - display: 'grid'; grid-template-columns: repeat(2, 1fr); } diff --git a/src/LanguageSelector.css b/src/LanguageSelector.css index 9083f7e..0d0daa5 100644 --- a/src/LanguageSelector.css +++ b/src/LanguageSelector.css @@ -1,3 +1,5 @@ +@import url('https://fonts.googleapis.com/css2?family=Noto+Color+Emoji&display=swap'); + .languageSelector { position: absolute; top: 15px; diff --git a/src/LanguageSelector.tsx b/src/LanguageSelector.tsx index 40c8584..e1ef7eb 100644 --- a/src/LanguageSelector.tsx +++ b/src/LanguageSelector.tsx @@ -25,12 +25,13 @@ export default function LanguageSelector() { height: '40px', textAlign: 'center', // this fixes a little text selection gap that appears in a - // few pixels outside the outer part of the selection "square" - cursor: 'pointer' + // few pixels outside the outer part of the selection outline + cursor: 'pointer', + fontFamily: 'Noto Color Emoji' }} > - πŸ‡ΊπŸ‡Έ - πŸ‡ͺπŸ‡Έ + πŸ‡ΊπŸ‡Έ + πŸ‡ͺπŸ‡Έ