diff options
author | Ty Dunn <ty@tydunn.com> | 2023-07-25 19:12:41 -0700 |
---|---|---|
committer | Ty Dunn <ty@tydunn.com> | 2023-07-25 19:12:41 -0700 |
commit | 173b1a766598c3ccf9a9aa9bf87ea25e6de67e5b (patch) | |
tree | fa6b74855e69f86bf018a280e4b82965154170b9 /extension/react-app/src/index.css | |
parent | 47c9bfb963022a219ab9b72cb0561d2fd0c28552 (diff) | |
parent | 4258ba75380e0c0c43e81151f2a9e530c20448bb (diff) | |
download | sncontinue-173b1a766598c3ccf9a9aa9bf87ea25e6de67e5b.tar.gz sncontinue-173b1a766598c3ccf9a9aa9bf87ea25e6de67e5b.tar.bz2 sncontinue-173b1a766598c3ccf9a9aa9bf87ea25e6de67e5b.zip |
Merge branch 'main' of github.com:continuedev/continue
Diffstat (limited to 'extension/react-app/src/index.css')
-rw-r--r-- | extension/react-app/src/index.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/extension/react-app/src/index.css b/extension/react-app/src/index.css index bac7fe97..68f9d0ab 100644 --- a/extension/react-app/src/index.css +++ b/extension/react-app/src/index.css @@ -25,3 +25,7 @@ body { margin: 0px; height: 100%; } + +.press-start-2p { + font-family: "Press Start 2P", "Lexend", sans-serif; +} |