aboutsummaryrefslogtreecommitdiffstats
path: root/pelican-bootstrap3/static/css/lato-debian.css
diff options
context:
space:
mode:
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');
+}