diff --git a/src/index.css b/src/index.css index 88cf3d4..426b0a0 100644 --- a/src/index.css +++ b/src/index.css @@ -17,7 +17,8 @@ @font-face { font-family: "Poppins"; src: url("assets/fonts/Poppins-Medium.eot"); - src: url("assets/fonts/Poppins-Medium.eot?#iefix") format("embedded-opentype"), + src: url("assets/fonts/Poppins-Medium.eot?#iefix") + format("embedded-opentype"), url("assets/fonts/Poppins-Medium.woff2") format("woff2"), url("assets/fonts/Poppins-Medium.ttf") format("truetype"); font-weight: 500; @@ -28,7 +29,8 @@ @font-face { font-family: "Poppins"; src: url("assets/fonts/Poppins-Regular.eot"); - src: url("assets/fonts/Poppins-Regular.eot?#iefix") format("embedded-opentype"), + src: url("assets/fonts/Poppins-Regular.eot?#iefix") + format("embedded-opentype"), url("assets/fonts/Poppins-Regular.woff2") format("woff2"), url("assets/fonts/Poppins-Regular.ttf") format("truetype"); font-weight: normal; @@ -91,7 +93,6 @@ --color-gray-50: 250 250 250; --color-gray-75: 240 240 240; --color-gray-100: 235 235 235; - ; --color-gray-200: 214 214 214; --color-gray-300: 191 191 191; --color-gray-400: 166 166 166; @@ -204,7 +205,7 @@ .separate::after, .separate::before { - content: ''; + content: ""; @apply border-b border-gray-300 flex-1; } @@ -215,4 +216,4 @@ .separate:not(:empty)::before { @apply mr-2; } -} \ No newline at end of file +}