diff --git a/assets/themes/default/_variables.scss b/assets/themes/default/_variables.scss index 50faebc6..b76a17cf 100644 --- a/assets/themes/default/_variables.scss +++ b/assets/themes/default/_variables.scss @@ -1,10 +1,10 @@ /* Color Scheme */ -$gray: #F3F3F3; +$gray: #f3f3f3; $black: #242424; -$white: #F8F8F8; -$purple: #7765E3; +$white: #f8f8f8; +$purple: #7765e3; $lightpurple: #c2bbee; -$red: #E92F2F; +$red: #e92f2f; $yellow: #ffe347; $green: #23f0c7; @@ -24,14 +24,14 @@ $margin: 0 $horizontal-margin; /* Fonts */ -$route159: "Route159", serif; -$playfair: "Playfair Display", serif; -$lora: "Lora", serif; +$route159: "Shabnam", "Route159", serif; +$playfair: "Vazir", "Playfair Display", serif; +$lora: "Vazir", "Lora", serif; //Code Highlighting $code-keyword-color: #45244a; $code-source-color: #4c588c; -$code-constant-color: scale-color(magenta,$lightness:-5%); -$code-operator-color: scale-color($code-source-color,$lightness:-5%); +$code-constant-color: scale-color(magenta, $lightness: -5%); +$code-operator-color: scale-color($code-source-color, $lightness: -5%); $code-string-color: #8a571c; $code-comment-color: #1c4c8a; diff --git a/assets/themes/default/dark.scss b/assets/themes/default/dark.scss index 6ffcd72f..91a30a90 100644 --- a/assets/themes/default/dark.scss +++ b/assets/themes/default/dark.scss @@ -1,12 +1,14 @@ /* color palette: https://coolors.co/23f0c7-ef767a-7765e3-6457a6-ffe347 */ -@import url('./feather.css'); -@import url('./fonts/Route159/Route159.css'); -@import url('./fonts/Lora/Lora.css'); -@import url('./fonts/Playfair_Display/PlayfairDisplay.css'); +@import url("./feather.css"); +@import url("./fonts/Route159/Route159.css"); +@import url("./fonts/Lora/Lora.css"); +@import url("./fonts/Playfair_Display/PlayfairDisplay.css"); +@import url("./fonts/Vazir_WOL/Vazir_WOL.css"); +@import url("./fonts/Shabnam_WOL/Shabnam_WOL.css"); -@import 'dark_variables'; -@import 'global'; -@import 'header'; -@import 'article'; -@import 'forms'; +@import "dark_variables"; +@import "global"; +@import "header"; +@import "article"; +@import "forms"; diff --git a/assets/themes/default/fonts/Shabnam_WOL/LICENSE b/assets/themes/default/fonts/Shabnam_WOL/LICENSE new file mode 100644 index 00000000..099bf8f6 --- /dev/null +++ b/assets/themes/default/fonts/Shabnam_WOL/LICENSE @@ -0,0 +1,94 @@ +Copyright (c) 2015, Saber Rastikerdar (saber.rastikerdar@gmail.com), +Glyphs and data from Roboto font are licensed under the Apache License, Version 2.0. + +This Font Software is licensed under the SIL Open Font License, Version 1.1. +This license is copied below, and is also available with a FAQ at: +http://scripts.sil.org/OFL + + +----------------------------------------------------------- +SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007 +----------------------------------------------------------- + +PREAMBLE +The goals of the Open Font License (OFL) are to stimulate worldwide +development of collaborative font projects, to support the font creation +efforts of academic and linguistic communities, and to provide a free and +open framework in which fonts may be shared and improved in partnership +with others. + +The OFL allows the licensed fonts to be used, studied, modified and +redistributed freely as long as they are not sold by themselves. The +fonts, including any derivative works, can be bundled, embedded, +redistributed and/or sold with any software provided that any reserved +names are not used by derivative works. The fonts and derivatives, +however, cannot be released under any other type of license. The +requirement for fonts to remain under this license does not apply +to any document created using the fonts or their derivatives. + +DEFINITIONS +"Font Software" refers to the set of files released by the Copyright +Holder(s) under this license and clearly marked as such. This may +include source files, build scripts and documentation. + +"Reserved Font Name" refers to any names specified as such after the +copyright statement(s). + +"Original Version" refers to the collection of Font Software components as +distributed by the Copyright Holder(s). + +"Modified Version" refers to any derivative made by adding to, deleting, +or substituting -- in part or in whole -- any of the components of the +Original Version, by changing formats or by porting the Font Software to a +new environment. + +"Author" refers to any designer, engineer, programmer, technical +writer or other person who contributed to the Font Software. + +PERMISSION & CONDITIONS +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Font Software, to use, study, copy, merge, embed, modify, +redistribute, and sell modified and unmodified copies of the Font +Software, subject to the following conditions: + +1) Neither the Font Software nor any of its individual components, +in Original or Modified Versions, may be sold by itself. + +2) Original or Modified Versions of the Font Software may be bundled, +redistributed and/or sold with any software, provided that each copy +contains the above copyright notice and this license. These can be +included either as stand-alone text files, human-readable headers or +in the appropriate machine-readable metadata fields within text or +binary files as long as those fields can be easily viewed by the user. + +3) No Modified Version of the Font Software may use the Reserved Font +Name(s) unless explicit written permission is granted by the corresponding +Copyright Holder. This restriction only applies to the primary font name as +presented to the users. + +4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font +Software shall not be used to promote, endorse or advertise any +Modified Version, except to acknowledge the contribution(s) of the +Copyright Holder(s) and the Author(s) or with their explicit written +permission. + +5) The Font Software, modified or unmodified, in part or in whole, +must be distributed entirely under this license, and must not be +distributed under any other license. The requirement for fonts to +remain under this license does not apply to any document created +using the Font Software. + +TERMINATION +This license becomes null and void if any of the above conditions are +not met. + +DISCLAIMER +THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT +OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE +COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL +DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM +OTHER DEALINGS IN THE FONT SOFTWARE. diff --git a/assets/themes/default/fonts/Shabnam_WOL/Shabnam-Bold-WOL.eot b/assets/themes/default/fonts/Shabnam_WOL/Shabnam-Bold-WOL.eot new file mode 100644 index 00000000..193d9dda Binary files /dev/null and b/assets/themes/default/fonts/Shabnam_WOL/Shabnam-Bold-WOL.eot differ diff --git a/assets/themes/default/fonts/Shabnam_WOL/Shabnam-Bold-WOL.ttf b/assets/themes/default/fonts/Shabnam_WOL/Shabnam-Bold-WOL.ttf new file mode 100644 index 00000000..e9642963 Binary files /dev/null and b/assets/themes/default/fonts/Shabnam_WOL/Shabnam-Bold-WOL.ttf differ diff --git a/assets/themes/default/fonts/Shabnam_WOL/Shabnam-Bold-WOL.woff b/assets/themes/default/fonts/Shabnam_WOL/Shabnam-Bold-WOL.woff new file mode 100644 index 00000000..fe2c296a Binary files /dev/null and b/assets/themes/default/fonts/Shabnam_WOL/Shabnam-Bold-WOL.woff differ diff --git a/assets/themes/default/fonts/Shabnam_WOL/Shabnam-Bold-WOL.woff2 b/assets/themes/default/fonts/Shabnam_WOL/Shabnam-Bold-WOL.woff2 new file mode 100644 index 00000000..7e91d019 Binary files /dev/null and b/assets/themes/default/fonts/Shabnam_WOL/Shabnam-Bold-WOL.woff2 differ diff --git a/assets/themes/default/fonts/Shabnam_WOL/Shabnam-Light-WOL.eot b/assets/themes/default/fonts/Shabnam_WOL/Shabnam-Light-WOL.eot new file mode 100644 index 00000000..192cea92 Binary files /dev/null and b/assets/themes/default/fonts/Shabnam_WOL/Shabnam-Light-WOL.eot differ diff --git a/assets/themes/default/fonts/Shabnam_WOL/Shabnam-Light-WOL.ttf b/assets/themes/default/fonts/Shabnam_WOL/Shabnam-Light-WOL.ttf new file mode 100644 index 00000000..2d996f52 Binary files /dev/null and b/assets/themes/default/fonts/Shabnam_WOL/Shabnam-Light-WOL.ttf differ diff --git a/assets/themes/default/fonts/Shabnam_WOL/Shabnam-Light-WOL.woff b/assets/themes/default/fonts/Shabnam_WOL/Shabnam-Light-WOL.woff new file mode 100644 index 00000000..96d0106a Binary files /dev/null and b/assets/themes/default/fonts/Shabnam_WOL/Shabnam-Light-WOL.woff differ diff --git a/assets/themes/default/fonts/Shabnam_WOL/Shabnam-Light-WOL.woff2 b/assets/themes/default/fonts/Shabnam_WOL/Shabnam-Light-WOL.woff2 new file mode 100644 index 00000000..7b38086f Binary files /dev/null and b/assets/themes/default/fonts/Shabnam_WOL/Shabnam-Light-WOL.woff2 differ diff --git a/assets/themes/default/fonts/Shabnam_WOL/Shabnam-Medium-WOL.eot b/assets/themes/default/fonts/Shabnam_WOL/Shabnam-Medium-WOL.eot new file mode 100644 index 00000000..abf3eb65 Binary files /dev/null and b/assets/themes/default/fonts/Shabnam_WOL/Shabnam-Medium-WOL.eot differ diff --git a/assets/themes/default/fonts/Shabnam_WOL/Shabnam-Medium-WOL.ttf b/assets/themes/default/fonts/Shabnam_WOL/Shabnam-Medium-WOL.ttf new file mode 100644 index 00000000..ac3859ae Binary files /dev/null and b/assets/themes/default/fonts/Shabnam_WOL/Shabnam-Medium-WOL.ttf differ diff --git a/assets/themes/default/fonts/Shabnam_WOL/Shabnam-Medium-WOL.woff b/assets/themes/default/fonts/Shabnam_WOL/Shabnam-Medium-WOL.woff new file mode 100644 index 00000000..8110ff1f Binary files /dev/null and b/assets/themes/default/fonts/Shabnam_WOL/Shabnam-Medium-WOL.woff differ diff --git a/assets/themes/default/fonts/Shabnam_WOL/Shabnam-Medium-WOL.woff2 b/assets/themes/default/fonts/Shabnam_WOL/Shabnam-Medium-WOL.woff2 new file mode 100644 index 00000000..4847f6f6 Binary files /dev/null and b/assets/themes/default/fonts/Shabnam_WOL/Shabnam-Medium-WOL.woff2 differ diff --git a/assets/themes/default/fonts/Shabnam_WOL/Shabnam-Thin-WOL.eot b/assets/themes/default/fonts/Shabnam_WOL/Shabnam-Thin-WOL.eot new file mode 100644 index 00000000..8245425e Binary files /dev/null and b/assets/themes/default/fonts/Shabnam_WOL/Shabnam-Thin-WOL.eot differ diff --git a/assets/themes/default/fonts/Shabnam_WOL/Shabnam-Thin-WOL.ttf b/assets/themes/default/fonts/Shabnam_WOL/Shabnam-Thin-WOL.ttf new file mode 100644 index 00000000..13612426 Binary files /dev/null and b/assets/themes/default/fonts/Shabnam_WOL/Shabnam-Thin-WOL.ttf differ diff --git a/assets/themes/default/fonts/Shabnam_WOL/Shabnam-Thin-WOL.woff b/assets/themes/default/fonts/Shabnam_WOL/Shabnam-Thin-WOL.woff new file mode 100644 index 00000000..fd5a9c0c Binary files /dev/null and b/assets/themes/default/fonts/Shabnam_WOL/Shabnam-Thin-WOL.woff differ diff --git a/assets/themes/default/fonts/Shabnam_WOL/Shabnam-Thin-WOL.woff2 b/assets/themes/default/fonts/Shabnam_WOL/Shabnam-Thin-WOL.woff2 new file mode 100644 index 00000000..98ed15e8 Binary files /dev/null and b/assets/themes/default/fonts/Shabnam_WOL/Shabnam-Thin-WOL.woff2 differ diff --git a/assets/themes/default/fonts/Shabnam_WOL/Shabnam-WOL.eot b/assets/themes/default/fonts/Shabnam_WOL/Shabnam-WOL.eot new file mode 100644 index 00000000..b574ddee Binary files /dev/null and b/assets/themes/default/fonts/Shabnam_WOL/Shabnam-WOL.eot differ diff --git a/assets/themes/default/fonts/Shabnam_WOL/Shabnam-WOL.ttf b/assets/themes/default/fonts/Shabnam_WOL/Shabnam-WOL.ttf new file mode 100644 index 00000000..9f627382 Binary files /dev/null and b/assets/themes/default/fonts/Shabnam_WOL/Shabnam-WOL.ttf differ diff --git a/assets/themes/default/fonts/Shabnam_WOL/Shabnam-WOL.woff b/assets/themes/default/fonts/Shabnam_WOL/Shabnam-WOL.woff new file mode 100644 index 00000000..503c0d15 Binary files /dev/null and b/assets/themes/default/fonts/Shabnam_WOL/Shabnam-WOL.woff differ diff --git a/assets/themes/default/fonts/Shabnam_WOL/Shabnam-WOL.woff2 b/assets/themes/default/fonts/Shabnam_WOL/Shabnam-WOL.woff2 new file mode 100644 index 00000000..300ff5a1 Binary files /dev/null and b/assets/themes/default/fonts/Shabnam_WOL/Shabnam-WOL.woff2 differ diff --git a/assets/themes/default/fonts/Shabnam_WOL/Shabnam_WOL.css b/assets/themes/default/fonts/Shabnam_WOL/Shabnam_WOL.css new file mode 100644 index 00000000..9542cb76 --- /dev/null +++ b/assets/themes/default/fonts/Shabnam_WOL/Shabnam_WOL.css @@ -0,0 +1,49 @@ +@font-face { + font-family: Shabnam; + src: url("Shabnam-WOL.eot"); + src: url("Shabnam-WOL.eot?#iefix") format("embedded-opentype"), + url("Shabnam-WOL.woff2") format("woff2"), + url("Shabnam-WOL.woff") format("woff"), + url("Shabnam-WOL.ttf") format("truetype"); + font-weight: normal; +} + +@font-face { + font-family: Shabnam; + src: url("Shabnam-Bold-WOL.eot"); + src: url("Shabnam-Bold-WOL.eot?#iefix") format("embedded-opentype"), + url("Shabnam-Bold-WOL.woff2") format("woff2"), + url("Shabnam-Bold-WOL.woff") format("woff"), + url("Shabnam-Bold-WOL.ttf") format("truetype"); + font-weight: bold; +} + +@font-face { + font-family: Shabnam; + src: url("Shabnam-Thin-WOL.eot"); + src: url("Shabnam-Thin-WOL.eot?#iefix") format("embedded-opentype"), + url("Shabnam-Thin-WOL.woff2") format("woff2"), + url("Shabnam-Thin-WOL.woff") format("woff"), + url("Shabnam-Thin-WOL.ttf") format("truetype"); + font-weight: 100; +} + +@font-face { + font-family: Shabnam; + src: url("Shabnam-Light-WOL.eot"); + src: url("Shabnam-Light-WOL.eot?#iefix") format("embedded-opentype"), + url("Shabnam-Light-WOL.woff2") format("woff2"), + url("Shabnam-Light-WOL.woff") format("woff"), + url("Shabnam-Light-WOL.ttf") format("truetype"); + font-weight: 300; +} + +@font-face { + font-family: Shabnam; + src: url("Shabnam-Medium-WOL.eot"); + src: url("Shabnam-Medium-WOL.eot?#iefix") format("embedded-opentype"), + url("Shabnam-Medium-WOL.woff2") format("woff2"), + url("Shabnam-Medium-WOL.woff") format("woff"), + url("Shabnam-Medium-WOL.ttf") format("truetype"); + font-weight: 500; +} diff --git a/assets/themes/default/fonts/Vazir_WOL/LICENSE b/assets/themes/default/fonts/Vazir_WOL/LICENSE new file mode 100644 index 00000000..71172118 --- /dev/null +++ b/assets/themes/default/fonts/Vazir_WOL/LICENSE @@ -0,0 +1,51 @@ +Changes by Saber Rastikerdar (saber.rastikerdar@gmail.com) are in public domain. +Glyphs and data from Roboto font are licensed under the Apache License, Version 2.0. + +Fonts are (c) Bitstream (see below). DejaVu changes are in public domain. + +Bitstream Vera Fonts Copyright +------------------------------ + +Copyright (c) 2003 by Bitstream, Inc. All Rights Reserved. Bitstream Vera is +a trademark of Bitstream, Inc. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of the fonts accompanying this license ("Fonts") and associated +documentation files (the "Font Software"), to reproduce and distribute the +Font Software, including without limitation the rights to use, copy, merge, +publish, distribute, and/or sell copies of the Font Software, and to permit +persons to whom the Font Software is furnished to do so, subject to the +following conditions: + +The above copyright and trademark notices and this permission notice shall +be included in all copies of one or more of the Font Software typefaces. + +The Font Software may be modified, altered, or added to, and in particular +the designs of glyphs or characters in the Fonts may be modified and +additional glyphs or characters may be added to the Fonts, only if the fonts +are renamed to names not containing either the words "Bitstream" or the word +"Vera". + +This License becomes null and void to the extent applicable to Fonts or Font +Software that has been modified and is distributed under the "Bitstream +Vera" names. + +The Font Software may be sold as part of a larger software package but no +copy of one or more of the Font Software typefaces may be sold by itself. + +THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS +OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF COPYRIGHT, PATENT, +TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL BITSTREAM OR THE GNOME +FOUNDATION BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, INCLUDING +ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, +WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF +THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM OTHER DEALINGS IN THE +FONT SOFTWARE. + +Except as contained in this notice, the names of Gnome, the Gnome +Foundation, and Bitstream Inc., shall not be used in advertising or +otherwise to promote the sale, use or other dealings in this Font Software +without prior written authorization from the Gnome Foundation or Bitstream +Inc., respectively. For further information, contact: fonts at gnome dot +org. \ No newline at end of file diff --git a/assets/themes/default/fonts/Vazir_WOL/Vazir-Black-WOL.eot b/assets/themes/default/fonts/Vazir_WOL/Vazir-Black-WOL.eot new file mode 100644 index 00000000..ae776a1f Binary files /dev/null and b/assets/themes/default/fonts/Vazir_WOL/Vazir-Black-WOL.eot differ diff --git a/assets/themes/default/fonts/Vazir_WOL/Vazir-Black-WOL.ttf b/assets/themes/default/fonts/Vazir_WOL/Vazir-Black-WOL.ttf new file mode 100644 index 00000000..da23baa5 Binary files /dev/null and b/assets/themes/default/fonts/Vazir_WOL/Vazir-Black-WOL.ttf differ diff --git a/assets/themes/default/fonts/Vazir_WOL/Vazir-Black-WOL.woff b/assets/themes/default/fonts/Vazir_WOL/Vazir-Black-WOL.woff new file mode 100644 index 00000000..8acfed2b Binary files /dev/null and b/assets/themes/default/fonts/Vazir_WOL/Vazir-Black-WOL.woff differ diff --git a/assets/themes/default/fonts/Vazir_WOL/Vazir-Black-WOL.woff2 b/assets/themes/default/fonts/Vazir_WOL/Vazir-Black-WOL.woff2 new file mode 100644 index 00000000..0974a763 Binary files /dev/null and b/assets/themes/default/fonts/Vazir_WOL/Vazir-Black-WOL.woff2 differ diff --git a/assets/themes/default/fonts/Vazir_WOL/Vazir-Bold-WOL.eot b/assets/themes/default/fonts/Vazir_WOL/Vazir-Bold-WOL.eot new file mode 100644 index 00000000..a246f9fb Binary files /dev/null and b/assets/themes/default/fonts/Vazir_WOL/Vazir-Bold-WOL.eot differ diff --git a/assets/themes/default/fonts/Vazir_WOL/Vazir-Bold-WOL.ttf b/assets/themes/default/fonts/Vazir_WOL/Vazir-Bold-WOL.ttf new file mode 100644 index 00000000..47ab3627 Binary files /dev/null and b/assets/themes/default/fonts/Vazir_WOL/Vazir-Bold-WOL.ttf differ diff --git a/assets/themes/default/fonts/Vazir_WOL/Vazir-Bold-WOL.woff b/assets/themes/default/fonts/Vazir_WOL/Vazir-Bold-WOL.woff new file mode 100644 index 00000000..32cc01b3 Binary files /dev/null and b/assets/themes/default/fonts/Vazir_WOL/Vazir-Bold-WOL.woff differ diff --git a/assets/themes/default/fonts/Vazir_WOL/Vazir-Bold-WOL.woff2 b/assets/themes/default/fonts/Vazir_WOL/Vazir-Bold-WOL.woff2 new file mode 100644 index 00000000..bb919226 Binary files /dev/null and b/assets/themes/default/fonts/Vazir_WOL/Vazir-Bold-WOL.woff2 differ diff --git a/assets/themes/default/fonts/Vazir_WOL/Vazir-Light-WOL.eot b/assets/themes/default/fonts/Vazir_WOL/Vazir-Light-WOL.eot new file mode 100644 index 00000000..b65a1f0e Binary files /dev/null and b/assets/themes/default/fonts/Vazir_WOL/Vazir-Light-WOL.eot differ diff --git a/assets/themes/default/fonts/Vazir_WOL/Vazir-Light-WOL.ttf b/assets/themes/default/fonts/Vazir_WOL/Vazir-Light-WOL.ttf new file mode 100644 index 00000000..aaf2b264 Binary files /dev/null and b/assets/themes/default/fonts/Vazir_WOL/Vazir-Light-WOL.ttf differ diff --git a/assets/themes/default/fonts/Vazir_WOL/Vazir-Light-WOL.woff b/assets/themes/default/fonts/Vazir_WOL/Vazir-Light-WOL.woff new file mode 100644 index 00000000..adb61f90 Binary files /dev/null and b/assets/themes/default/fonts/Vazir_WOL/Vazir-Light-WOL.woff differ diff --git a/assets/themes/default/fonts/Vazir_WOL/Vazir-Light-WOL.woff2 b/assets/themes/default/fonts/Vazir_WOL/Vazir-Light-WOL.woff2 new file mode 100644 index 00000000..8c755e62 Binary files /dev/null and b/assets/themes/default/fonts/Vazir_WOL/Vazir-Light-WOL.woff2 differ diff --git a/assets/themes/default/fonts/Vazir_WOL/Vazir-Medium-WOL.eot b/assets/themes/default/fonts/Vazir_WOL/Vazir-Medium-WOL.eot new file mode 100644 index 00000000..c95da7a4 Binary files /dev/null and b/assets/themes/default/fonts/Vazir_WOL/Vazir-Medium-WOL.eot differ diff --git a/assets/themes/default/fonts/Vazir_WOL/Vazir-Medium-WOL.ttf b/assets/themes/default/fonts/Vazir_WOL/Vazir-Medium-WOL.ttf new file mode 100644 index 00000000..79046a04 Binary files /dev/null and b/assets/themes/default/fonts/Vazir_WOL/Vazir-Medium-WOL.ttf differ diff --git a/assets/themes/default/fonts/Vazir_WOL/Vazir-Medium-WOL.woff b/assets/themes/default/fonts/Vazir_WOL/Vazir-Medium-WOL.woff new file mode 100644 index 00000000..f03eedfd Binary files /dev/null and b/assets/themes/default/fonts/Vazir_WOL/Vazir-Medium-WOL.woff differ diff --git a/assets/themes/default/fonts/Vazir_WOL/Vazir-Medium-WOL.woff2 b/assets/themes/default/fonts/Vazir_WOL/Vazir-Medium-WOL.woff2 new file mode 100644 index 00000000..11e97841 Binary files /dev/null and b/assets/themes/default/fonts/Vazir_WOL/Vazir-Medium-WOL.woff2 differ diff --git a/assets/themes/default/fonts/Vazir_WOL/Vazir-Thin-WOL.eot b/assets/themes/default/fonts/Vazir_WOL/Vazir-Thin-WOL.eot new file mode 100644 index 00000000..b9527e6a Binary files /dev/null and b/assets/themes/default/fonts/Vazir_WOL/Vazir-Thin-WOL.eot differ diff --git a/assets/themes/default/fonts/Vazir_WOL/Vazir-Thin-WOL.ttf b/assets/themes/default/fonts/Vazir_WOL/Vazir-Thin-WOL.ttf new file mode 100644 index 00000000..7a197085 Binary files /dev/null and b/assets/themes/default/fonts/Vazir_WOL/Vazir-Thin-WOL.ttf differ diff --git a/assets/themes/default/fonts/Vazir_WOL/Vazir-Thin-WOL.woff b/assets/themes/default/fonts/Vazir_WOL/Vazir-Thin-WOL.woff new file mode 100644 index 00000000..1f211da4 Binary files /dev/null and b/assets/themes/default/fonts/Vazir_WOL/Vazir-Thin-WOL.woff differ diff --git a/assets/themes/default/fonts/Vazir_WOL/Vazir-Thin-WOL.woff2 b/assets/themes/default/fonts/Vazir_WOL/Vazir-Thin-WOL.woff2 new file mode 100644 index 00000000..95d8ccba Binary files /dev/null and b/assets/themes/default/fonts/Vazir_WOL/Vazir-Thin-WOL.woff2 differ diff --git a/assets/themes/default/fonts/Vazir_WOL/Vazir-WOL.eot b/assets/themes/default/fonts/Vazir_WOL/Vazir-WOL.eot new file mode 100644 index 00000000..8eafa991 Binary files /dev/null and b/assets/themes/default/fonts/Vazir_WOL/Vazir-WOL.eot differ diff --git a/assets/themes/default/fonts/Vazir_WOL/Vazir-WOL.ttf b/assets/themes/default/fonts/Vazir_WOL/Vazir-WOL.ttf new file mode 100644 index 00000000..4e63195b Binary files /dev/null and b/assets/themes/default/fonts/Vazir_WOL/Vazir-WOL.ttf differ diff --git a/assets/themes/default/fonts/Vazir_WOL/Vazir-WOL.woff b/assets/themes/default/fonts/Vazir_WOL/Vazir-WOL.woff new file mode 100644 index 00000000..f07de507 Binary files /dev/null and b/assets/themes/default/fonts/Vazir_WOL/Vazir-WOL.woff differ diff --git a/assets/themes/default/fonts/Vazir_WOL/Vazir-WOL.woff2 b/assets/themes/default/fonts/Vazir_WOL/Vazir-WOL.woff2 new file mode 100644 index 00000000..d967cecd Binary files /dev/null and b/assets/themes/default/fonts/Vazir_WOL/Vazir-WOL.woff2 differ diff --git a/assets/themes/default/fonts/Vazir_WOL/Vazir_WOL.css b/assets/themes/default/fonts/Vazir_WOL/Vazir_WOL.css new file mode 100644 index 00000000..47045016 --- /dev/null +++ b/assets/themes/default/fonts/Vazir_WOL/Vazir_WOL.css @@ -0,0 +1,65 @@ +@font-face { + font-family: Vazir; + src: url('Vazir-WOL.eot'); + src: url('Vazir-WOL.eot?#iefix') format('embedded-opentype'), + url('Vazir-WOL.woff2') format('woff2'), + url('Vazir-WOL.woff') format('woff'), + url('Vazir-WOL.ttf') format('truetype'); + font-weight: normal; + font-style: normal; +} + +@font-face { + font-family: Vazir; + src: url('Vazir-Bold-WOL.eot'); + src: url('Vazir-Bold-WOL.eot?#iefix') format('embedded-opentype'), + url('Vazir-Bold-WOL.woff2') format('woff2'), + url('Vazir-Bold-WOL.woff') format('woff'), + url('Vazir-Bold-WOL.ttf') format('truetype'); + font-weight: bold; + font-style: normal; +} + +@font-face { + font-family: Vazir; + src: url('Vazir-Black-WOL.eot'); + src: url('Vazir-Black-WOL.eot?#iefix') format('embedded-opentype'), + url('Vazir-Black-WOL.woff2') format('woff2'), + url('Vazir-Black-WOL.woff') format('woff'), + url('Vazir-Black-WOL.ttf') format('truetype'); + font-weight: 900; + font-style: normal; +} + +@font-face { + font-family: Vazir; + src: url('Vazir-Medium-WOL.eot'); + src: url('Vazir-Medium-WOL.eot?#iefix') format('embedded-opentype'), + url('Vazir-Medium-WOL.woff2') format('woff2'), + url('Vazir-Medium-WOL.woff') format('woff'), + url('Vazir-Medium-WOL.ttf') format('truetype'); + font-weight: 500; + font-style: normal; +} + +@font-face { + font-family: Vazir; + src: url('Vazir-Light-WOL.eot'); + src: url('Vazir-Light-WOL.eot?#iefix') format('embedded-opentype'), + url('Vazir-Light-WOL.woff2') format('woff2'), + url('Vazir-Light-WOL.woff') format('woff'), + url('Vazir-Light-WOL.ttf') format('truetype'); + font-weight: 300; + font-style: normal; +} + +@font-face { + font-family: Vazir; + src: url('Vazir-Thin-WOL.eot'); + src: url('Vazir-Thin-WOL.eot?#iefix') format('embedded-opentype'), + url('Vazir-Thin-WOL.woff2') format('woff2'), + url('Vazir-Thin-WOL.woff') format('woff'), + url('Vazir-Thin-WOL.ttf') format('truetype'); + font-weight: 100; + font-style: normal; +} diff --git a/assets/themes/default/light.scss b/assets/themes/default/light.scss index be49dfc8..7e3f1a4e 100644 --- a/assets/themes/default/light.scss +++ b/assets/themes/default/light.scss @@ -1,12 +1,14 @@ /* color palette: https://coolors.co/23f0c7-ef767a-7765e3-6457a6-ffe347 */ -@import url('./feather.css'); -@import url('./fonts/Route159/Route159.css'); -@import url('./fonts/Lora/Lora.css'); -@import url('./fonts/Playfair_Display/PlayfairDisplay.css'); +@import url("./feather.css"); +@import url("./fonts/Route159/Route159.css"); +@import url("./fonts/Lora/Lora.css"); +@import url("./fonts/Playfair_Display/PlayfairDisplay.css"); +@import url("./fonts/Vazir_WOL/Vazir_WOL.css"); +@import url("./fonts/Shabnam_WOL/Shabnam_WOL.css"); -@import 'variables'; -@import 'global'; -@import 'header'; -@import 'article'; -@import 'forms'; +@import "variables"; +@import "global"; +@import "header"; +@import "article"; +@import "forms";