summaryrefslogtreecommitdiffstats
path: root/times.css
diff options
context:
space:
mode:
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");
+}