aboutsummaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2023-10-10 10:20:19 +0200
committerAlex Auvolat <alex@adnab.me>2023-10-10 10:20:19 +0200
commit0b7b96267a4151d00e31c50946d088701689db34 (patch)
tree0b65f0cb794f41fa2a50b24e687e8d096fda8e2f /static
parent727f5657f0a801fc68c0e04e791dcd34cc605fba (diff)
downloaddatagengo-0b7b96267a4151d00e31c50946d088701689db34.tar.gz
datagengo-0b7b96267a4151d00e31c50946d088701689db34.zip
ensure sans-serif font is used in all browsers
Diffstat (limited to 'static')
-rw-r--r--static/style.css10
1 files changed, 10 insertions, 0 deletions
diff --git a/static/style.css b/static/style.css
index dd96813..047624e 100644
--- a/static/style.css
+++ b/static/style.css
@@ -1,3 +1,4 @@
+
a {
color: blue;
text-decoration: none;
@@ -23,6 +24,7 @@ table {
.ja {
text-align: center;
font-size: 2rem;
+ font-family: 'MS PGothic', Osaka, Arial, sans-serif;
}
.ja:hover .char_cur {
@@ -85,3 +87,11 @@ details .chars {
.extratable td {
padding: 4px;
}
+
+.tab_large {
+ font-size: 1.2em;
+}
+
+.font_ja {
+ font-family: 'MS PGothic', Osaka, Arial, sans-serif;
+}