diff options
| author | Jfriedli | 2021-03-18 09:25:11 +0100 |
|---|---|---|
| committer | Jfriedli | 2021-03-18 09:25:11 +0100 |
| commit | 170d77b3ecb2d0c5c35263a2f5598002af599a43 (patch) | |
| tree | 96cc9e252270e97163b535d7efe7623fc59964f8 /static/src | |
| parent | 9a0a693c5467c245c9cae4245da7291b2799b2ef (diff) | |
installed tailwind and removed old css/js
Diffstat (limited to 'static/src')
| -rw-r--r-- | static/src/main.css | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/static/src/main.css b/static/src/main.css new file mode 100644 index 0000000..72e6911 --- /dev/null +++ b/static/src/main.css | |||
| @@ -0,0 +1,19 @@ | |||
| 1 | @tailwind base; | ||
| 2 | @tailwind components; | ||
| 3 | @tailwind utilities; | ||
| 4 | |||
| 5 | @font-face { | ||
| 6 | font-family: 'Raleway'; | ||
| 7 | font-style: normal; | ||
| 8 | font-weight: 400; | ||
| 9 | src: local('Raleway'), local('Raleway-Regular'), url(raleway-ext.woff2) format('woff2'); | ||
| 10 | unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF; | ||
| 11 | } | ||
| 12 | |||
| 13 | @font-face { | ||
| 14 | font-family: 'Raleway'; | ||
| 15 | font-style: normal; | ||
| 16 | font-weight: 400; | ||
| 17 | src: local('Raleway'), local('Raleway-Regular'), url(raleway.woff2) format('woff2'); | ||
| 18 | unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000; | ||
| 19 | } | ||
