diff --git a/index/fonts/NotCourierSans-Bold.ttf b/index/fonts/NotCourierSans-Bold.ttf deleted file mode 100644 index e359b45..0000000 Binary files a/index/fonts/NotCourierSans-Bold.ttf and /dev/null differ diff --git a/index/fonts/NotCourierSans.ttf b/index/fonts/NotCourierSans.ttf deleted file mode 100644 index 9fff7fd..0000000 Binary files a/index/fonts/NotCourierSans.ttf and /dev/null differ diff --git a/index/fonts/SelectricRoman.otf b/index/fonts/SelectricRoman.otf deleted file mode 100644 index 0b6bee4..0000000 Binary files a/index/fonts/SelectricRoman.otf and /dev/null differ diff --git a/index/fonts/cmuntb.ttf b/index/fonts/cmuntb.ttf new file mode 100644 index 0000000..fa687ae Binary files /dev/null and b/index/fonts/cmuntb.ttf differ diff --git a/index/stylesheet.css b/index/stylesheet.css index d54fb4e..6be49ee 100644 --- a/index/stylesheet.css +++ b/index/stylesheet.css @@ -37,6 +37,9 @@ header{ .intro p{ margin:0 0 10px; } + .intro b{ + letter-spacing: 0.05em; + } .intro a{ font-size:14px; } @@ -202,11 +205,16 @@ a img:hover{ } @font-face { font-family: 'special-issue-4'; - src: url('fonts/LibreBaskerville-Regular.eot?#iefix') format('embedded-opentype'), url('fonts/LibreBaskerville-Regular.woff') format('woff'), url('fonts/LibreBaskerville-Regular.ttf') format('truetype'), url('fonts/LibreBaskerville-Regular.svg#LibreBaskerville-Regular') format('svg'); + src: url('fonts/LibreBaskerville-Regular.eot?#iefix') format('embedded-opentype'), url('fonts/LibreBaskerville-Regular.woff') format('woff'), url('fonts/LibreBaskerville-Regular.ttf') format('truetype'), url('fonts/LibreBaskerville-Regular.svg#LibreBaskerville-Regular') format('svg'); } @font-face{ font-family:'default'; - src:url('fonts/cmunvt.ttf'); + src:url('fonts/cmunvt.ttf') format('truetype'); font-weight: normal; font-style: normal; +} +@font-face{ + font-family:'default'; + src:url('fonts/cmunvi.ttf') format('truetype'); + font-style: italic; } \ No newline at end of file