From 4c2cb6296bda7a181cc2cc1f48d865ece1cf155f Mon Sep 17 00:00:00 2001 From: hoshinotsuyoshi Date: Thu, 9 Jan 2025 13:45:26 +0900 Subject: [PATCH] WIP --- frontend/apps/erd-web/app/globals.css | 8 -------- frontend/packages/ui/src/styles/fonts.css | 2 ++ 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/frontend/apps/erd-web/app/globals.css b/frontend/apps/erd-web/app/globals.css index c123f14f..5e109074 100644 --- a/frontend/apps/erd-web/app/globals.css +++ b/frontend/apps/erd-web/app/globals.css @@ -1,9 +1 @@ -/* https://fonts.google.com/specimen/IBM+Plex+Mono */ -/* https://fonts.google.com/specimen/Inter */ -/* -@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap'); -*/ - @import '@/styles/fonts.css'; - -/* @import url('../../../packages/ui/src/styles/globals.css'); */ diff --git a/frontend/packages/ui/src/styles/fonts.css b/frontend/packages/ui/src/styles/fonts.css index 43fdd01c..9f0ac4ba 100644 --- a/frontend/packages/ui/src/styles/fonts.css +++ b/frontend/packages/ui/src/styles/fonts.css @@ -1 +1,3 @@ +/* https://fonts.google.com/specimen/IBM+Plex+Mono */ +/* https://fonts.google.com/specimen/Inter */ @import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');