diff --git a/themes/theme/static/fonts/AppSILB.ttf b/themes/theme/static/fonts/AppSILB.ttf deleted file mode 100644 index 4292079..0000000 Binary files a/themes/theme/static/fonts/AppSILB.ttf and /dev/null differ diff --git a/themes/theme/static/fonts/AppSILBI.ttf b/themes/theme/static/fonts/AppSILBI.ttf deleted file mode 100644 index 4cef9db..0000000 Binary files a/themes/theme/static/fonts/AppSILBI.ttf and /dev/null differ diff --git a/themes/theme/static/fonts/AppSILI.ttf b/themes/theme/static/fonts/AppSILI.ttf deleted file mode 100644 index cba464c..0000000 Binary files a/themes/theme/static/fonts/AppSILI.ttf and /dev/null differ diff --git a/themes/theme/static/fonts/AppSILR.ttf b/themes/theme/static/fonts/AppSILR.ttf deleted file mode 100644 index 25ba316..0000000 Binary files a/themes/theme/static/fonts/AppSILR.ttf and /dev/null differ diff --git a/themes/theme/static/fonts/Lato-Bold.ttf b/themes/theme/static/fonts/Lato-Bold.ttf deleted file mode 100644 index 4f3d844..0000000 Binary files a/themes/theme/static/fonts/Lato-Bold.ttf and /dev/null differ diff --git a/themes/theme/static/fonts/Lato-BoldItalic.ttf b/themes/theme/static/fonts/Lato-BoldItalic.ttf deleted file mode 100644 index 96b4f82..0000000 Binary files a/themes/theme/static/fonts/Lato-BoldItalic.ttf and /dev/null differ diff --git a/themes/theme/static/fonts/Lato-Italic.ttf b/themes/theme/static/fonts/Lato-Italic.ttf deleted file mode 100644 index cf3da8b..0000000 Binary files a/themes/theme/static/fonts/Lato-Italic.ttf and /dev/null differ diff --git a/themes/theme/static/fonts/Lato-Regular.ttf b/themes/theme/static/fonts/Lato-Regular.ttf deleted file mode 100644 index 3c2d417..0000000 Binary files a/themes/theme/static/fonts/Lato-Regular.ttf and /dev/null differ diff --git a/themes/theme/templates/base.html b/themes/theme/templates/base.html index e4f1c27..a3a1b29 100644 --- a/themes/theme/templates/base.html +++ b/themes/theme/templates/base.html @@ -9,21 +9,10 @@ {% endblock head %} - - - - - - - - - - diff --git a/themes/theme/templates/fonts.css b/themes/theme/templates/fonts.css deleted file mode 100644 index c5aeaf8..0000000 --- a/themes/theme/templates/fonts.css +++ /dev/null @@ -1,59 +0,0 @@ -@font-face { - font-family: 'Apparatus SIL'; - src: url('/theme/fonts/AppSILR.ttf') format('truetype'); - font-display: swap; -} - -@font-face { - font-family: 'Apparatus SIL'; - font-style: italic; - src: url('/theme/fonts/AppSILI.ttf') format('truetype'); - font-display: swap; -} - -@font-face { - font-family: 'Apparatus SIL'; - font-weight: bold; - src: url('/theme/fonts/AppSILB.ttf') format('truetype'); - font-display: swap; -} - -@font-face { - font-family: 'Apparatus SIL'; - font-weight: bold; - font-style: italic; - src: url('/theme/fonts/AppSILBI.ttf') format('truetype'); - font-display: swap; -} - -@font-face { - font-family: 'Lato'; - font-style: italic; - font-weight: 400; - src: local('Lato Italic'), local('Lato-Italic'), url('/theme/fonts/Lato-Italic.ttf') format('truetype'); - font-display: swap; -} - -@font-face { - font-family: 'Lato'; - font-style: italic; - font-weight: 700; - src: local('Lato Bold Italic'), local('Lato-BoldItalic'), url('/theme/fonts/Lato-BoldItalic.ttf') format('truetype'); - font-display: swap; -} - -@font-face { - font-family: 'Lato'; - font-style: normal; - font-weight: 400; - src: local('Lato Regular'), local('Lato-Regular'), url('/theme/fonts/Lato-Regular.ttf') format('truetype'); - font-display: swap; -} - -@font-face { - font-family: 'Lato'; - font-style: normal; - font-weight: 700; - src: local('Lato Bold'), local('Lato-Bold'), url('/theme/fonts/Lato-Bold.ttf') format('truetype'); - font-display: swap; -}