diff --git a/Fonts/LiberationFonts/LiberationFonts.css b/Fonts/LiberationFonts/LiberationFonts.css new file mode 100644 index 000000000..e1ba41173 --- /dev/null +++ b/Fonts/LiberationFonts/LiberationFonts.css @@ -0,0 +1,112 @@ +@font-face { + font-family: 'Liberation Sans'; + font-weight: normal; + font-style: normal; + src: url('LiberationSans-Regular.ttf'); +} + +@font-face { + font-family: 'Liberation Sans'; + font-weight: bold; + font-style: normal; + src: url('LiberationSans-Bold.ttf'); +} + +@font-face { + font-family: 'Liberation Sans'; + font-weight: normal; + font-style: italic; + src: url('LiberationSans-Italic.ttf'); +} + +@font-face { + font-family: 'Liberation Sans'; + font-weight: bold; + font-style: italic; + src: url('LiberationSans-BoldItalic.ttf'); +} + +@font-face { + font-family: 'Liberation Serif'; + font-weight: normal; + font-style: normal; + src: url('LiberationSerif-Regular.ttf'); +} + +@font-face { + font-family: 'Liberation Serif'; + font-weight: bold; + font-style: normal; + src: url('LiberationSerif-Bold.ttf'); +} + +@font-face { + font-family: 'Liberation Serif'; + font-weight: normal; + font-style: italic; + src: url('LiberationSerif-Italic.ttf'); +} + +@font-face { + font-family: 'Liberation Serif'; + font-weight: bold; + font-style: italic; + src: url('LiberationSerif-BoldItalic.ttf'); +} + +@font-face { + font-family: 'Liberation Mono'; + font-weight: normal; + font-style: normal; + src: url('LiberationMono-Regular.ttf'); +} + +@font-face { + font-family: 'Liberation Mono'; + font-weight: bold; + font-style: normal; + src: url('LiberationMono-Bold.ttf'); +} + +@font-face { + font-family: 'Liberation Mono'; + font-weight: normal; + font-style: italic; + src: url('LiberationMono-Italic.ttf'); +} + +@font-face { + font-family: 'Liberation Mono'; + font-weight: bold; + font-style: italic; + src: url('LiberationMono-BoldItalic.ttf'); +} + +@font-face { + font-family: 'Liberation Sans Narow'; + font-weight: normal; + font-style: normal; + src: url('LiberationSansNarrow-Regular.ttf'); +} + +@font-face { + font-family: 'Liberation Sans Narrow'; + font-weight: bold; + font-style: normal; + src: url('LiberationSansNarrow-Bold.ttf'); +} + +@font-face { + font-family: 'Liberation Sans Narrow'; + font-weight: normal; + font-style: italic; + src: url('LiberationSansNarrow-Italic.ttf'); +} + +@font-face { + font-family: 'Liberation Sans Narrow'; + font-weight: bold; + font-style: italic; + src: url('LiberationSansNarrow-BoldItalic.ttf'); +} + diff --git a/httpd-settings.xml b/httpd-settings.xml index e58e828ec..d33f67211 100644 --- a/httpd-settings.xml +++ b/httpd-settings.xml @@ -4,7 +4,7 @@ --> - + /props/ /json/ /run.cgi @@ -57,6 +57,6 @@ - /gui/=webgui/ + /gui/=webgui/,/fonts/=Fonts/