summaryrefslogtreecommitdiffstats
path: root/times.css
diff options
context:
space:
mode:
authorAleteoryx <alyx@aleteoryx.me>2024-08-18 09:31:40 -0400
committerAleteoryx <alyx@aleteoryx.me>2024-08-18 09:31:40 -0400
commita017acb0689378d2cb844f8e0c5348e764e3363d (patch)
tree38b0ee106b1bb43196c690ac45318c76f537ef6b /times.css
parent6b5302c37a825656ba6265e2d99689329fee20e2 (diff)
downloadame-homepage-a017acb0689378d2cb844f8e0c5348e764e3363d.tar.gz
ame-homepage-a017acb0689378d2cb844f8e0c5348e764e3363d.tar.bz2
ame-homepage-a017acb0689378d2cb844f8e0c5348e764e3363d.zip
okay, this lays out in firefox+chrome+vimb and looks normal in lynx+links2+w3mHEADmaster
Diffstat (limited to 'times.css')
-rw-r--r--times.css28
1 files changed, 28 insertions, 0 deletions
diff --git a/times.css b/times.css
new file mode 100644
index 0000000..bd0a148
--- /dev/null
+++ b/times.css
@@ -0,0 +1,28 @@
+@font-face {
+ font-family: "Times New Roman";
+ src:
+ local("Times New Roman"),
+ url("/times/times.ttf");
+}
+@font-face {
+ font-family: "Times New Roman";
+ font-weight: bold;
+ src:
+ local("Times New Roman"),
+ url("/times/bold.ttf");
+}
+@font-face {
+ font-family: "Times New Roman";
+ font-style: italic;
+ src:
+ local("Times New Roman"),
+ url("/times/italic.ttf");
+}
+@font-face {
+ font-family: "Times New Roman";
+ font-weight: bold;
+ font-style: italic;
+ src:
+ local("Times New Roman"),
+ url("/times/bold-italic.ttf");
+}