aboutsummaryrefslogtreecommitdiff
path: root/start/about.css
diff options
context:
space:
mode:
Diffstat (limited to 'start/about.css')
-rw-r--r--start/about.css14
1 files changed, 14 insertions, 0 deletions
diff --git a/start/about.css b/start/about.css
new file mode 100644
index 0000000..9e38ee5
--- /dev/null
+++ b/start/about.css
@@ -0,0 +1,14 @@
+body {
+ font-family: Segoe UI;
+ margin:20px;
+}
+#title {
+ font : normal 48pt Segoe UI Light;
+ display:inline;
+}
+h2 {
+ font:normal 24pt Segoe UI Light;
+}
+p {
+ font-size:9pt;
+} \ No newline at end of file