Skip to content

Commit 20f1143

Browse files
committed
Updating docs info (adding WordPress fonts library info)
Updating Ileana theme docs
1 parent 2ebb5d2 commit 20f1143

38 files changed

+42
-30
lines changed

0app/includes/content/customizer/fse.pug

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ block customizer/fse
2929

3030
p And, you are also free to use any font family from <a href="https://fonts.google.com/">Google Fonts</a>. <strong>#{config.name}</strong> theme even makes sure these font families are served directly from your website and not from Google's servers. This effectively enhances your visitor's privacy and your website's <a href="https://wikipedia.org/wiki/General_Data_Protection_Regulation"><abbr title="General Data Protection Regulation">GDPR</abbr></a> compliance.
3131

32+
+tip( 'WordPress fonts library', 'h4' )
33+
p When using a block theme, you can upload your custom fonts using WordPress native <a href="#site-editor-styles-typography">fonts library</a>.
34+
3235
if true === config.compatibility.hybrid
3336
block customizer/fse/theme-options/disable-fse
3437
+sub_section( 'Disabling full site editing', 'disable-fse' )

0app/includes/content/faq/answer/font.pug

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
block faq/answer/font
2+
3+
+tip( 'WordPress fonts library', 'h4' )
4+
p When using a block theme, you can upload your custom fonts using WordPress native <a href="#site-editor-styles-typography">fonts library</a>.
5+
26
p By default, the theme supports any <a href="https://fonts.google.com/">Google Fonts</a> font out of the box. So, if you want to use a font family from Google Fonts, simply set it up in font family option fields in <strong>Appearance → Customize → Theme Options → Typography</strong>.
37

48
p But if you want to use a <strong>custom</strong> font (a purchased premium font, or font not available at Google Fonts) follow this procedure:

0app/includes/content/faq/answer/margin.html

Lines changed: 0 additions & 1 deletion
This file was deleted.

0app/includes/content/plugins/others.pug

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
block plugins/others/list
66

77
dt <a href="https://wordpress.org/plugins/advanced-custom-fields/">Advanced Custom Fields (ACF)</a>
8-
dd Add custom fields, content types and taxonomies to your website.
8+
dd Add custom fields, content types (custom post types) and taxonomies to your website. With paid version of the plugin you can also create custom blocks.
99

1010
dt <a href="https://wordpress.org/plugins/archive-title/">Archive Title</a>
1111
dd Removes archive page title labels.

0app/includes/content/site-editor/styles.pug

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ block site-editor/styles
1919

2020
+important( 'Typography setup', 'h4' )
2121
p Although "Styles" section allows you to set up your website typography, the theme provides <strong>advanced harmonious responsive typography setup</strong> tweaking <a href="#typography">just a few theme options</a>. So, there is no need to set up typography here.
22+
p However, you can still use this section to upload your custom fonts (as of WordPress 6.5).
2223

2324
ol
2425
li
@@ -42,6 +43,9 @@ block site-editor/styles
4243
h4#site-editor-styles-typography
4344
a.heading-anchor( href="#site-editor-styles-typography" ) Typography
4445
p Although "Styles" section allows you to set up your website typography, the theme provides <strong>advanced harmonious responsive typography setup</strong> tweaking <a href="#typography">just a few theme options</a>. So, there is no need to set up typography here.
46+
p However, you can still <strong>use this section to upload your custom fonts</strong> (as of WordPress 6.5).
47+
48+
+video( 'https://learn.wordpress.org/tutorial/exploring-wordpress-6-5/' ) Exploring WordPress 6.5 (fonts setup starts at 7:29 of the video)
4549

4650
block site-editor/styles/colors
4751
h4#site-editor-styles-colors

angelica/index.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

auberge/index.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

bjork/index.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

cindy/index.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

deborah/index.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

eimear/index.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

forstron/index.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

francesca/index.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

gwyneth/index.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

hilda/index.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

icelander/index.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

ileana/assets/css/style.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
--color_contrast_alt: #0f0d0d;
66
--color_primary: #e51c06;
77
--color_primary_mixed: #fce1de;
8-
--color_secondary: #ffeed9;
9-
--color_secondary_mixed: #fff8f1;
8+
--color_secondary: #fff8d0;
9+
--color_secondary_mixed: #fffbec;
1010
--color_black: #000000;
1111
--color_white: #ffffff;
1212
--color_gradient_primary: var(--color_secondary);
@@ -23,7 +23,7 @@
2323
--color_nav_text: var(--color_black);
2424
--color_nav_background_active: var(--color_primary);
2525
--color_nav_text_active: var(--color_white);
26-
--color_nav_background_hover: var(--color_secondary_mixed);
26+
--color_nav_background_hover: var(--color_primary_mixed);
2727
--color_nav_text_hover: var(--color_nav_text);
2828
--color_nav_border: rgba(0, 0, 0, var(--border_opacity));
2929
--color_nav_prefix_content: var(--color_primary);
@@ -47,7 +47,7 @@
4747
content: "";
4848
position: absolute;
4949
inset: 0;
50-
background: url("assets/images/3to4-1.jpg");
50+
background: url("assets/images/pexels-amina-filkins-5410071.webp");
5151
background-position: 50% 50%;
5252
background-size: cover;
5353
opacity: 0.1;

ileana/assets/images/3to4-1.jpg

-69.6 KB
Binary file not shown.

ileana/assets/images/blog-layout.jpg

-97.5 KB
Loading
-30.5 KB
Loading

ileana/assets/images/faq-spacing.jpg

-531 Bytes
Loading
-29.5 KB
Loading

ileana/assets/images/megamenu.jpg

7.44 KB
Loading

ileana/assets/images/mobile-menu.png

-24.7 KB
Loading
Binary file not shown.
Binary file not shown.
Binary file not shown.

ileana/assets/sass/style.scss

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
--color_contrast_alt: #0f0d0d;
77
--color_primary: #e51c06;
88
--color_primary_mixed: #fce1de;
9-
--color_secondary: #ffeed9;
10-
--color_secondary_mixed: #fff8f1;
9+
--color_secondary: #fff8d0;
10+
--color_secondary_mixed: #fffbec;
1111
--color_black: #000000;
1212
--color_white: #ffffff;
1313

@@ -29,7 +29,7 @@
2929
--color_nav_text: var(--color_black);
3030
--color_nav_background_active: var(--color_primary);
3131
--color_nav_text_active: var(--color_white);
32-
--color_nav_background_hover: var(--color_secondary_mixed);
32+
--color_nav_background_hover: var(--color_primary_mixed);
3333
--color_nav_text_hover: var(--color_nav_text);
3434
--color_nav_border: #{ rgba( #000, var(--border_opacity) ) };
3535
--color_nav_prefix_content: var(--color_primary);
@@ -57,7 +57,7 @@
5757
content: '';
5858
position: absolute;
5959
inset: 0;
60-
background: url('assets/images/3to4-1.jpg');
60+
background: url('assets/images/pexels-amina-filkins-5410071.webp');
6161
background-position: 50% 50%;
6262
background-size: cover;
6363
opacity: .1;

ileana/includes/blog-layout.pug

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
li List of posts with sidebar. (This is default layout.) → <em><a href="#{config.url.demo}blog/">Preview</a></em>
66
li Posts in 2 columns with no sidebar. → <em><a href="#{config.url.demo}blog/?layout=columns">Preview</a></em>
77

8-
+image( 'blog-layout.jpg', 'Preview of blog layouts' )
8+
+image( 'blog-layout.jpg', 'Preview of blog layouts (posts list with sidebar, posts list in 2 columns)' )
99

1010
p Alternatively, create completely custom layout modifying <em>"Template content: Blog"</em> <a href="#site-editor-template-parts">template part in site editor</a>.

ileana/includes/colors.pug

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ h5 Theme color palette description:
33
ul
44
li "<strong>Base</strong>" color is used as <em>website background</em> color.
55

6+
li "<strong>Base alternative</strong>" color is another base (background) color you can use on your website to separate sections of a page, for example. It is used by the theme only in predefined patterns.
7+
68
li "<strong>Contrast</strong>" color is used as global <em>text color</em>. Set this for an appropriate contrast against "Base" color.
79

810
li "<strong>Contrast alternative</strong>" color is used for <em>headings</em>. Set this for an appropriate contrast against "Base" color.

ileana/index.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

michelle/index.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

modern/index.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

monument-valley/index.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

mustang/index.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

polyclinic/index.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

qtron/index.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

reykjavik/index.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)