diff --git a/docs/font/JetBrains_Mono/FontJetBrainsMonoExample.html b/docs/font/JetBrains_Mono/FontJetBrainsMonoExample.html index f1a444e9..4be756c1 100644 --- a/docs/font/JetBrains_Mono/FontJetBrainsMonoExample.html +++ b/docs/font/JetBrains_Mono/FontJetBrainsMonoExample.html @@ -16,38 +16,12 @@

H1 JetBrains Mono

-

H2 Style Examples from variable font settings

-

This should show all the font features that are important in the Kolibri context.

+ + -
-
regular
-
- situs vilate in isis ab ernit.
- -
lighter
-
- situs vilate in isis ab ernit.
- -
italic
-
- situs vilate in isis ab ernit.
- -
animate on hover
-
- situs vilate in isis ab ernit. <- try mouse over here !
- -
big O vs non-slashed zero
-
- big OOO vs zero 000
- -
numbers with no font support
-
- 111 in running text
000 in running text
- -
numeric font support
-
- 111 in tabular text
000 in tabular text plus 1/3rd fractions
-
diff --git a/docs/font/Roboto_Slab/FontRobotoSlabExample.html b/docs/font/Roboto_Slab/FontRobotoSlabExample.html index 5a027d53..436e4601 100644 --- a/docs/font/Roboto_Slab/FontRobotoSlabExample.html +++ b/docs/font/Roboto_Slab/FontRobotoSlabExample.html @@ -16,38 +16,14 @@

H1 Roboto Slab

-

H2 Style Examples from variable font settings

-

This should show all the font features that are important in the Kolibri context.

+
Numeric font variants not supported.
-
-
regular
-
- situs vilate in isis ab ernit.
+ + -
lighter
-
- situs vilate in isis ab ernit.
- -
italic
-
- situs vilate in isis ab ernit.
- -
animate on hover
-
- situs vilate in isis ab ernit. <- try mouse over here !
- -
big O vs non-slashed zero
-
- big OOO vs zero 000
- -
numbers with no font support
-
- 111 in running text
000 in running text
- -
numeric font support
-
- 111 in tabular text
000 in tabular text plus 1/3rd fractions
-
diff --git a/docs/font/Rubik/FontRubikExample.html b/docs/font/Rubik/FontRubikExample.html index 3ef0536f..c2c08970 100644 --- a/docs/font/Rubik/FontRubikExample.html +++ b/docs/font/Rubik/FontRubikExample.html @@ -16,38 +16,12 @@

H1 Rubik

-

H2 Style Examples from variable font settings

-

This should show all the font features that are important in the Kolibri context.

+ + -
-
regular
-
- situs vilate in isis ab ernit.
- -
lighter
-
- situs vilate in isis ab ernit.
- -
italic
-
- situs vilate in isis ab ernit.
- -
animate on hover
-
- situs vilate in isis ab ernit. <- try mouse over here !
- -
big O vs non-slashed zero
-
- big OOO vs zero 000
- -
numbers with no font support
-
- 111 in running text
000 in running text
- -
numeric font support
-
- 111 in tabular text
000 in tabular text plus 1/3rd fractions
-
diff --git a/docs/font/Saira/FontSairaExample.html b/docs/font/Saira/FontSairaExample.html index a114a9d9..6a9c135e 100644 --- a/docs/font/Saira/FontSairaExample.html +++ b/docs/font/Saira/FontSairaExample.html @@ -16,38 +16,14 @@

H1 Saira

-

H2 Style Examples from variable font settings

-

This should show all the font features that are important in the Kolibri context.

+
Nice font for fancy headers but also reads well for running text.
-
-
regular
-
- situs vilate in isis ab ernit.
+ + -
lighter
-
- situs vilate in isis ab ernit.
- -
italic
-
- situs vilate in isis ab ernit.
- -
animate on hover
-
- situs vilate in isis ab ernit. <- try mouse over here !
- -
big O vs non-slashed zero
-
- big OOO vs zero 000
- -
numbers with no font support
-
- 111 in running text
000 in running text
- -
numeric font support
-
- 111 in tabular text
000 in tabular text plus 1/3rd fractions
-
diff --git a/docs/font/System_UI/FontSystemUiExample.html b/docs/font/System_UI/FontSystemUiExample.html index 9ceeb96b..873c51e3 100644 --- a/docs/font/System_UI/FontSystemUiExample.html +++ b/docs/font/System_UI/FontSystemUiExample.html @@ -14,38 +14,12 @@

H1 System UI

-

H2 Style Examples from variable font settings

-

This should show all the font features that are important in the Kolibri context.

+ + -
-
regular
-
- situs vilate in isis ab ernit.
- -
lighter
-
- situs vilate in isis ab ernit.
- -
italic
-
- situs vilate in isis ab ernit.
- -
animate on hover
-
- situs vilate in isis ab ernit. <- try mouse over here !
- -
big O vs non-slashed zero
-
- big OOO vs zero 000
- -
numbers with no font support
-
- 111 in running text
000 in running text
- -
numeric font support
-
- 111 in tabular text
000 in tabular text plus 1/3rd fractions
-
diff --git a/docs/font/example-template.js b/docs/font/example-template.js new file mode 100644 index 00000000..70af0196 --- /dev/null +++ b/docs/font/example-template.js @@ -0,0 +1,40 @@ +/* + Provides an html-template to share between font example pages. +*/ + +const HTML_TEMPLATE = ` +

H2 Style Examples from variable font settings

+ +

This should show all the font features that are important in the Kolibri context.

+ +
+
regular
+
+ situs vilate in isis ab ernit.
+ +
lighter
+
+ situs vilate in isis ab ernit.
+ +
italic
+
+ situs vilate in isis ab ernit.
+ +
animate on hover
+
+ situs vilate in isis ab ernit. <- try mouse over here !
+ +
big O vs non-slashed zero
+
+ big OOO vs zero 000
+ +
numbers with no font support
+
+ 111 in running text
000 in running text
+ +
numeric font support
+
+ 111 in tabular text
000 in tabular text plus + 1/3rd fractions
+
+`;