Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/guangmean/Niello.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorguangmean <angularcorp@outlook.com>2019-01-06 05:35:29 +0300
committerguangmean <angularcorp@outlook.com>2019-01-06 05:35:29 +0300
commit18d0846a0c086a61e99556aba3cb9296468d2a80 (patch)
treeab3c84e45bbf6b4ddbe7c688be4c7cb825b1d052
parent18aaf187782aa0d4ca81b91dca70ccc1be0d5701 (diff)
Add fonts
-rw-r--r--Site/themes/Niello/static/css/diello.css13
-rw-r--r--Site/themes/Niello/static/fonts/Museo100-Regular.otfbin0 -> 126672 bytes
-rw-r--r--Site/themes/Niello/static/fonts/Museo300-Regular.otfbin0 -> 127152 bytes
3 files changed, 11 insertions, 2 deletions
diff --git a/Site/themes/Niello/static/css/diello.css b/Site/themes/Niello/static/css/diello.css
index 2a306c5..9a66c5c 100644
--- a/Site/themes/Niello/static/css/diello.css
+++ b/Site/themes/Niello/static/css/diello.css
@@ -1,5 +1,13 @@
@font-face {
+ font-family : Museo100;
+ src : url('../fonts/Museo100-Regular.otf') format("opentype");
+}
+@font-face {
font-family : Museo300;
+ src : url('../fonts/Museo300-Regular.otf') format("opentype");
+}
+@font-face {
+ font-family : Museo300-Italic;
src : url('../fonts/Museo300-Italic.otf') format("opentype");
}
@font-face {
@@ -10,7 +18,7 @@
html, body {
margin : 0;
padding : 0;
- font-family : Museo300;
+ font-family : Museo100;
font-size : 16px;
color : #ccc;
line-height : 200%;
@@ -19,11 +27,13 @@ html, body {
h1 {
font-family : Museo500;
+ font-size : 30px;
}
h3 {
margin : 0;
padding : 0;
+ font-family : Museo300-Italic;
font-size : 22px;
}
@@ -98,7 +108,6 @@ footer {
justify-content : flex-end;
margin : 0 0 50px;
padding : 0;
- font-family : Museo300;
font-size : 20px;
border-bottom : 1px solid #333;
height : 38px;
diff --git a/Site/themes/Niello/static/fonts/Museo100-Regular.otf b/Site/themes/Niello/static/fonts/Museo100-Regular.otf
new file mode 100644
index 0000000..9fa4268
--- /dev/null
+++ b/Site/themes/Niello/static/fonts/Museo100-Regular.otf
Binary files differ
diff --git a/Site/themes/Niello/static/fonts/Museo300-Regular.otf b/Site/themes/Niello/static/fonts/Museo300-Regular.otf
new file mode 100644
index 0000000..82e7918
--- /dev/null
+++ b/Site/themes/Niello/static/fonts/Museo300-Regular.otf
Binary files differ