diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2020-09-26 14:56:02 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2020-09-26 14:56:02 +0200 |
| commit | a17b76ac75f506f5da6fe8adf9c36632b60d4226 (patch) | |
| tree | abb0af0c4409b830dea2ef808c146223ee973933 /frontend/common/fonts.css | |
| parent | 2231a6e1c05b07bb7ec5906716aedec93d02429c (diff) | |
refactor to use app-rooted js imports
Diffstat (limited to 'frontend/common/fonts.css')
| -rw-r--r-- | frontend/common/fonts.css | 55 |
1 files changed, 0 insertions, 55 deletions
diff --git a/frontend/common/fonts.css b/frontend/common/fonts.css deleted file mode 100644 index c782885..0000000 --- a/frontend/common/fonts.css +++ /dev/null @@ -1,55 +0,0 @@ -@font-face { - font-family: 'Roboto'; - src: url('/static/fonts/Roboto-Bold.ttf') format('truetype'); - font-weight: bold; -} -@font-face { - font-family: 'Roboto'; - src: url('/static/fonts/Roboto-BoldItalic.ttf') format('truetype'); - font-weight: bold; - font-style: italic; -} -/* -@font-face { - font-family: 'Roboto'; - src: url('/static/fonts/Roboto-Light.ttf') format('truetype'); - font-weight: 100; -} -@font-face { - font-family: 'Roboto'; - src: url('/static/fonts/Roboto-LightItalic.ttf') format('truetype'); - font-weight: 100; -} -*/ -@font-face { - font-family: 'Roboto'; - src: url('/static/fonts/Roboto-Medium.ttf') format('truetype'); - font-weight: 300; -} -@font-face { - font-family: 'Roboto'; - src: url('/static/fonts/Roboto-MediumItalic.ttf') format('truetype'); - font-style: italic; - font-weight: 300; -} -@font-face { - font-family: 'Roboto'; - src: url('/static/fonts/Roboto-Regular.ttf') format('truetype'); -} -@font-face { - font-family: 'Roboto'; - src: url('/static/fonts/Roboto-Italic.ttf') format('truetype'); - font-style: italic; -} -/* -@font-face { - font-family: 'Roboto'; - src: url('/static/fonts/Roboto-Thin.ttf') format('truetype'); - font-weight: 100; -} -@font-face { - font-family: 'Roboto'; - src: url('/static/fonts/Roboto-ThinItalic.ttf') format('truetype'); - font-weight: 100; -} -*/
\ No newline at end of file |
