diff options
| author | Nidboj132 <lol2s@vp.plm> | 2023-04-29 13:00:05 +0200 |
|---|---|---|
| committer | Nidboj132 <lol2s@vp.plm> | 2023-04-29 13:00:05 +0200 |
| commit | da7c988469ce2c3e17173f72416808ddb355d224 (patch) | |
| tree | c39842b00587c003b567f76eda9a20a6069d3ab9 /frontend/src/App.css | |
| parent | doc: added tags (diff) | |
| download | lphub-da7c988469ce2c3e17173f72416808ddb355d224.tar.gz lphub-da7c988469ce2c3e17173f72416808ddb355d224.tar.bz2 lphub-da7c988469ce2c3e17173f72416808ddb355d224.zip | |
ui update
Diffstat (limited to 'frontend/src/App.css')
| -rw-r--r-- | frontend/src/App.css | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/frontend/src/App.css b/frontend/src/App.css index 78dea16..c96f197 100644 --- a/frontend/src/App.css +++ b/frontend/src/App.css | |||
| @@ -1,9 +1,20 @@ | |||
| 1 | body { | 1 | body { |
| 2 | overflow: hidden; | ||
| 2 | background-color: #141520; | 3 | background-color: #141520; |
| 3 | margin: 0; | 4 | margin: 0; |
| 4 | } | 5 | } |
| 5 | 6 | ||
| 6 | @font-face { | 7 | @font-face { |
| 7 | font-family: 'D-DIN'; | 8 | font-family: 'BarlowCondensed-Bold'; |
| 8 | src: local('D-DIN'), url(./fonts/D-DIN.otf) format('oft'); | 9 | src: local('BarlowCondensed-Bold'), url(./fonts/BarlowCondensed-Bold.ttf) format('truetype'); |
| 10 | } | ||
| 11 | |||
| 12 | @font-face { | ||
| 13 | font-family: 'BarlowCondensed-Regular'; | ||
| 14 | src: local('BarlowCondensed-Regular'), url(./fonts/BarlowCondensed-Regular.ttf) format('truetype'); | ||
| 15 | } | ||
| 16 | |||
| 17 | @font-face { | ||
| 18 | font-family: 'BarlowSemiCondensed-Regular'; | ||
| 19 | src: local('BarlowSemiCondensed-Regular'), url(./fonts/BarlowSemiCondensed-Regular.ttf) format('truetype'); | ||
| 9 | } \ No newline at end of file | 20 | } \ No newline at end of file |