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

github.com/mismith0227/hugo_theme_pickles.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/scss/object/component/title.scss')
-rw-r--r--src/scss/object/component/title.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/scss/object/component/title.scss b/src/scss/object/component/title.scss
new file mode 100644
index 0000000..6e18a0d
--- /dev/null
+++ b/src/scss/object/component/title.scss
@@ -0,0 +1,4 @@
+.c-title {
+ font-weight: 300;
+ font-family: $OpenSans;
+}