summaryrefslogtreecommitdiff
path: root/_sass/tiny/_type.scss
diff options
context:
space:
mode:
Diffstat (limited to '_sass/tiny/_type.scss')
-rw-r--r--_sass/tiny/_type.scss12
1 files changed, 12 insertions, 0 deletions
diff --git a/_sass/tiny/_type.scss b/_sass/tiny/_type.scss
new file mode 100644
index 0000000..8f873ac
--- /dev/null
+++ b/_sass/tiny/_type.scss
@@ -0,0 +1,12 @@
+h1, h2 {
+ font-family: $sans;
+ font-weight: 200;
+}
+
+h1 {
+ font-size: 3rem;
+}
+
+h2 {
+ font-size: 2rem;
+}