diff --git a/Base/res/html/misc/fonts.html b/Base/res/html/misc/fonts.html new file mode 100644 index 0000000000..1218ef8996 --- /dev/null +++ b/Base/res/html/misc/fonts.html @@ -0,0 +1,28 @@ + + + + CSS test + + + +
font: 20px monospace;
+
font: 12pt/14pt sans-serif;
+
font: 80% cursive;
+
font: x-large/110% fantasy, serif;
+
font: 2em SerenitySans;
+
font: bold italic large Helvetica, sans-serif;
+
font: normal small-caps 120%/120% monospace;
+
font: condensed oblique 12pt "Helvetica Neue", serif;
+
font: condensed oblique 25deg 12pt "Helvetica Neue", serif;
+ + diff --git a/Base/res/html/misc/welcome.html b/Base/res/html/misc/welcome.html index e13f9b9f84..2cb2a2f11c 100644 --- a/Base/res/html/misc/welcome.html +++ b/Base/res/html/misc/welcome.html @@ -48,6 +48,7 @@