summaryrefslogtreecommitdiffstats
path: root/core/css/fonts.css
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2017-03-09 15:36:03 -0600
committerMorris Jobke <hey@morrisjobke.de>2017-03-09 15:36:03 -0600
commit0c22a6696703225baabd6a4afaad5759745da8c5 (patch)
treeea82aebfb153fcae04f0338dc2ba4a7a28383c7b /core/css/fonts.css
parentf2cf85fad2f25caf293126ca1058fe3e9109c75f (diff)
downloadnextcloud-server-0c22a6696703225baabd6a4afaad5759745da8c5.tar.gz
nextcloud-server-0c22a6696703225baabd6a4afaad5759745da8c5.zip
Add more styles to the server.scss
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Diffstat (limited to 'core/css/fonts.css')
-rw-r--r--core/css/fonts.css23
1 files changed, 0 insertions, 23 deletions
diff --git a/core/css/fonts.css b/core/css/fonts.css
deleted file mode 100644
index f72aa2930cf..00000000000
--- a/core/css/fonts.css
+++ /dev/null
@@ -1,23 +0,0 @@
-/* for low-res screens, use Regular font-weight instead of Light */
-@media (-webkit-max-device-pixel-ratio: 1.3), (max-resolution: 124.8dpi) {
- @font-face {
- font-family: 'Open Sans';
- font-style: normal;
- font-weight: normal;
- src: local('Open Sans'), local('OpenSans'), url('../fonts/OpenSans-Regular.woff') format('woff');
- }
-}
-
-@font-face {
- font-family: 'Open Sans';
- font-style: normal;
- font-weight: 300;
- src: local('Open Sans Light'), local('OpenSans-Light'), url('../fonts/OpenSans-Light.woff') format('woff');
-}
-
-@font-face {
- font-family: 'Open Sans';
- font-style: normal;
- font-weight: 600;
- src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url('../fonts/OpenSans-Semibold.woff') format('woff');
-}