.. code:: html
<link rel="stylesheet" href="m-dark.css" /> <!-- or m-dark.compiled.css -->
- <link rel="stylesheet" href="https://fonts.googleapis.com/css?Source+Sans+Pro:400,400i,600%7Cfamily=Source+Code+Pro:400,400i,600" />
+ <link rel="stylesheet" href="https://fonts.googleapis.com/css?Source+Sans+Pro:400,400i,600,600i%7Cfamily=Source+Code+Pro:400,400i,600" />
<meta name="theme-color" content="#22272e" />
This theme is used on this site and also on http://magnum.graphics.
.. code:: html
<link rel="stylesheet" href="m-light.css" /> <!-- or m-light.compiled.css -->
- <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Libre+Baskerville:400,400i,700%7CSource+Code+Pro:400,400i,600" />
+ <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Libre+Baskerville:400,400i,700,700i%7CSource+Code+Pro:400,400i,600" />
<meta name="theme-color" content="#cb4b16" />
If you want to see this theme live, go to http://blog.mosra.cz.
THEME = 'm.css/pelican-theme'
THEME_STATIC_DIR = 'static'
- CSS_FILES = ['https://fonts.googleapis.com/css?family=Source+Code+Pro:400,400i,600%7CSource+Sans+Pro:400,400i,600&subset=latin-ext',
+ CSS_FILES = ['https://fonts.googleapis.com/css?family=Source+Code+Pro:400,400i,600,600i%7CSource+Sans+Pro:400,400i,600&subset=latin-ext',
'/static/m-dark.css']
DIRECT_TEMPLATES = ['index']
THEME = '../pelican-theme'
THEME_STATIC_DIR = 'static'
THEME_COLOR = '#22272e'
-CSS_FILES = ['https://fonts.googleapis.com/css?family=Source+Code+Pro:400,400i,600%7CSource+Sans+Pro:400,400i,600&subset=latin-ext',
+CSS_FILES = ['https://fonts.googleapis.com/css?family=Source+Code+Pro:400,400i,600%7CSource+Sans+Pro:400,400i,600,600i&subset=latin-ext',
'/static/m-dark.css',
#'/static/m-debug.css'
]
OUTPUT_PATH = 'published/'
DELETE_OUTPUT_DIRECTORY = True
-CSS_FILES = ['https://fonts.googleapis.com/css?family=Source+Code+Pro:400,400i,600%7CSource+Sans+Pro:400,400i,600&subset=latin-ext',
+CSS_FILES = ['https://fonts.googleapis.com/css?family=Source+Code+Pro:400,400i,600%7CSource+Sans+Pro:400,400i,600,600i&subset=latin-ext',
'http://mcss.mosra.cz/static/m-dark.compiled.css']