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

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'site/content/docs/5.0/examples/blog-rtl/blog-rtl.css')
-rw-r--r--site/content/docs/5.0/examples/blog-rtl/blog-rtl.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/site/content/docs/5.0/examples/blog-rtl/blog-rtl.css b/site/content/docs/5.0/examples/blog-rtl/blog-rtl.css
new file mode 100644
index 0000000000..5d6eb0cad7
--- /dev/null
+++ b/site/content/docs/5.0/examples/blog-rtl/blog-rtl.css
@@ -0,0 +1,6 @@
+/* stylelint-disable selector-list-comma-newline-after */
+
+.blog-header-logo,
+h1, h2, h3, h4, h5, h6 {
+ font-family: Amiri, Georgia, "Times New Roman", serif;
+}