aboutsummaryrefslogtreecommitdiff
path: root/css/fonts.css
diff options
context:
space:
mode:
authorPriyansh <[email protected]>2020-12-22 20:00:45 +0530
committerPriyansh <[email protected]>2020-12-22 20:00:45 +0530
commit9e5dfe9d6904121d561a3e3aa7d7546ec6d7dd98 (patch)
tree1f8b5e5bd83dde66338b6e6271d1397b78a2c8e8 /css/fonts.css
parenta4c214f5c50d2b0844f11febf69d3c1facc569fa (diff)
downloadstyx-9e5dfe9d6904121d561a3e3aa7d7546ec6d7dd98.tar.xz
styx-9e5dfe9d6904121d561a3e3aa7d7546ec6d7dd98.zip
Added font: lato
Diffstat (limited to 'css/fonts.css')
-rw-r--r--css/fonts.css70
1 files changed, 70 insertions, 0 deletions
diff --git a/css/fonts.css b/css/fonts.css
new file mode 100644
index 0000000..aa21e5f
--- /dev/null
+++ b/css/fonts.css
@@ -0,0 +1,70 @@
+@font-face {
+ font-family: 'Lato';
+ src: url("../fonts/Lato-Thin.ttf");
+ font-style: normal;
+ font-weight: 100;
+}
+
+@font-face {
+ font-family: 'Lato';
+ src: url("../fonts/Lato-ThinItalic.ttf");
+ font-style: italic;
+ font-weight: 100;
+}
+
+@font-face {
+ font-family: 'Lato';
+ src: url("../fonts/Lato-Light.ttf");
+ font-style: normal;
+ font-weight: 300;
+}
+
+@font-face {
+ font-family: 'Lato';
+ src: url("../fonts/Lato-LightItalic.ttf");
+ font-style: italic;
+ font-weight: 300;
+}
+
+@font-face {
+ font-family: 'Lato';
+ src: url("../fonts/Lato-Regular.ttf");
+ font-style: normal;
+ font-weight: 400;
+}
+
+@font-face {
+ font-family: 'Lato';
+ src: url("../fonts/Lato-Italic.ttf");
+ font-style: italic;
+ font-weight: 400;
+}
+
+@font-face {
+ font-family: 'Lato';
+ src: url("../fonts/Lato-Bold.ttf");
+ font-style: normal;
+ font-weight: 700;
+}
+
+@font-face {
+ font-family: 'Lato';
+ src: url("../fonts/Lato-BlackItalic.ttf");
+ font-style: italic;
+ font-weight: 700;
+}
+
+@font-face {
+ font-family: 'Lato';
+ src: url("../fonts/Lato-Black.ttf");
+ font-style: normal;
+ font-weight: 900;
+}
+
+@font-face {
+ font-family: 'Lato';
+ src: url("../fonts/Lato-BlackItalic.ttf");
+ font-style: italic;
+ font-weight: 900;
+}
+/*# sourceMappingURL=fonts.css.map */ \ No newline at end of file