Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/files_texteditor.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBart Visscher <bartv@thisnet.nl>2012-06-13 23:16:14 +0400
committerBart Visscher <bartv@thisnet.nl>2012-06-13 23:39:12 +0400
commit03ff9fdf92fbcd48563c9aa88e67c91353f0fea7 (patch)
treecbc58c5aab23fcffe98b40bcb4d64e748a1e9719 /appinfo
parentc645880396cdbbd173c0f94a1aed14a87e114050 (diff)
Files Texteditor: Use our own "Droid Sans Mono" font-face and fonts
Diffstat (limited to 'appinfo')
-rw-r--r--appinfo/app.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/appinfo/app.php b/appinfo/app.php
index a08077e..c745170 100644
--- a/appinfo/app.php
+++ b/appinfo/app.php
@@ -1,5 +1,6 @@
<?php
//load the required files
+OCP\Util::addStyle( 'files_texteditor', 'DroidSansMono/stylesheet' );
OCP\Util::addStyle( 'files_texteditor', 'style' );
OCP\Util::addscript( 'files_texteditor', 'editor');
OCP\Util::addscript( 'files_texteditor', 'aceeditor/ace');