diff --git a/app/assets/stylesheets/application.tailwind.css b/app/assets/stylesheets/application.tailwind.css index 7fa1d63..c93004a 100644 --- a/app/assets/stylesheets/application.tailwind.css +++ b/app/assets/stylesheets/application.tailwind.css @@ -58,7 +58,7 @@ @layer base { body { - @apply bg-base-background text-base-text font-['Pretendard-Regular'] + @apply bg-base-background text-base-text font-['Godo'] } hr { @@ -94,7 +94,7 @@ /*Form*/ .label-style { - @apply block my-1 font-bold text-default-slate-dark + @apply block my-1 text-default-slate-dark } .select-style { @@ -125,12 +125,12 @@ @layer utilities { .header { - @apply p-4 text-lg font-bold h-16 flex justify-between items-center; + @apply p-4 text-lg h-16 flex justify-between items-center; } .side-bar { - /*@apply w-[16rem] pl-4 text-lg font-bold divide-y divide-base-border;*/ - @apply w-[16rem] p-4 text-lg font-bold; + /*@apply w-[16rem] pl-4 text-lg divide-y divide-base-border;*/ + @apply w-[16rem] p-4 text-lg; } .content { @@ -138,15 +138,15 @@ } .page-title { - @apply text-xl font-bold; + @apply text-xl; } .search-title { - @apply text-base font-bold; + @apply text-base; } .form-title { - @apply text-center text-3xl font-bold tracking-tight text-default-slate-dark + @apply text-center text-3xl tracking-tight text-default-slate-dark } .field { @@ -183,7 +183,7 @@ } .menu-group-items-title { - @apply text-base font-bold + @apply text-base } .copyright { @@ -195,6 +195,10 @@ @apply rounded-md min-h-32 p-4 flex flex-col justify-between cursor-pointer shadow-xs } + .dashboard-title { + @apply text-2xl + } + /*Pagy*/ .pagy { @apply flex items-center justify-center space-x-1 font-semibold text-sm text-default-slate; @@ -234,7 +238,7 @@ } .base-table th { - @apply p-3 text-left font-bold lg:table-cell + @apply p-3 text-left lg:table-cell } .base-table tr { @@ -260,11 +264,11 @@ @media (min-width: 640px) { .page-title { - @apply text-3xl font-bold; + @apply text-3xl; } .search-title { - @apply text-lg font-bold; + @apply text-lg; } } @@ -311,4 +315,11 @@ src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff'); font-weight: 400; font-style: normal; +} + +@font-face { + font-family: 'Godo'; + font-style: normal; + font-weight: 400; + src: url('https://fastly.jsdelivr.net/korean-webfonts/1/corps/godo/Godo/GodoM.woff2') format('woff2'), url('https://fastly.jsdelivr.net/korean-webfonts/1/corps/godo/Godo/GodoM.woff') format('woff'); } \ No newline at end of file diff --git a/app/views/environment/edit_temp.html.erb b/app/views/environment/edit_temp.html.erb index 30bbabe..8b54395 100644 --- a/app/views/environment/edit_temp.html.erb +++ b/app/views/environment/edit_temp.html.erb @@ -3,82 +3,100 @@ <%= link_to environment_index_path(id: params[:id]), class: "flex items-center" do %> <% end %> -