aboutsummaryrefslogtreecommitdiffstats
path: root/pelican-bootstrap3/static/css/lato-debian.css
diff options
context:
space:
mode:
authorWolfgang Wiedmeyer <wolfgit@wiedmeyer.de>2016-07-29 17:39:06 +0200
committerWolfgang Wiedmeyer <wolfgit@wiedmeyer.de>2016-07-29 17:39:06 +0200
commit9ec4ae03ea648b0f882edda44e5a6866bf100d9a (patch)
tree86223c12020a0f6b87ed9097a9edc2df1a3da9c6 /pelican-bootstrap3/static/css/lato-debian.css
parent200880655b04f209e6e5bedd6407b783b359198f (diff)
downloadpelican-themes-9ec4ae03ea648b0f882edda44e5a6866bf100d9a.zip
pelican-themes-9ec4ae03ea648b0f882edda44e5a6866bf100d9a.tar.gz
pelican-themes-9ec4ae03ea648b0f882edda44e5a6866bf100d9a.tar.bz2
rework static files
get minified CSS and JS files from Debian packages fix font loading remove unneeded CSS and JS
Diffstat (limited to 'pelican-bootstrap3/static/css/lato-debian.css')
-rw-r--r--pelican-bootstrap3/static/css/lato-debian.css21
1 files changed, 21 insertions, 0 deletions
diff --git a/pelican-bootstrap3/static/css/lato-debian.css b/pelican-bootstrap3/static/css/lato-debian.css
new file mode 100644
index 0000000..2526426
--- /dev/null
+++ b/pelican-bootstrap3/static/css/lato-debian.css
@@ -0,0 +1,21 @@
+@font-face {
+ font-family: 'Lato';
+ font-style: normal;
+ font-weight: 300;
+ src: local('Lato Light'), local('Lato-Light'),
+ url('../fonts/Lato-Light.ttf') format('truetype');
+}
+@font-face {
+ font-family: 'Lato';
+ font-style: normal;
+ font-weight: 400;
+ src: local('Lato Regular'), local('Lato-Regular'),
+ url('../fonts/Lato-Regular.ttf') format('truetype');
+}
+@font-face {
+ font-family: 'Lato';
+ font-style: normal;
+ font-weight: 700;
+ src: local('Lato Bold'), local('Lato-Bold'),
+ url('../fonts/Lato-Bold.ttf') format('truetype');
+}