diff --git a/EdgeOfTheGalaxyRegular.otf b/EdgeOfTheGalaxyRegular.otf new file mode 100644 index 0000000..e11e1f0 Binary files /dev/null and b/EdgeOfTheGalaxyRegular.otf differ diff --git a/EdgeOfTheGalaxyRegular.ttf b/EdgeOfTheGalaxyRegular.ttf new file mode 100644 index 0000000..3360d91 Binary files /dev/null and b/EdgeOfTheGalaxyRegular.ttf differ diff --git a/root.css b/root.css index 5df5376..06ded21 100644 --- a/root.css +++ b/root.css @@ -1,11 +1,17 @@ @font-face { + /* font-family: Comic Mono; - font-weight: normal; - src: url(https://cdn.jsdelivr.net/npm/comic-mono@0.0.1/ComicMono.ttf); + //font-weight: normal; + //src: url(https://cdn.jsdelivr.net/npm/comic-mono@0.0.1/ComicMono.ttf); + */ + font-family: EdgeOfTheGalaxy; + font-weight: normal; + src: url(EdgeOfTheGalaxyRegular.ttf); + } body { - font-family: Comic Mono; + font-family: EdgeOfTheGalaxy; background-attachment: fixed; /* text-decoration: overline; */ /* text-transform: uppercase; */