Current Path :
/
home
/
develito
/
www
/
administrator
/
templates
/
hathor
/
css
/
Or
Select Your Path :
Upload File :
New :
File
Dir
/home/develito/www/administrator/templates/hathor/css/boldtext.css
@charset "UTF-8"; /** * @package Joomla.Administrator * @subpackage templates.hathor * @copyright (C) 2010 Open Source Matters, Inc. <https://www.joomla.org> * @license GNU General Public License version 2 or later; see LICENSE.txt * @since 1.6 * * Changes to use bold text as the default */ /** * Default to bold text */ body { font-weight: bold; }