diff --git a/fonts/sample.css b/fonts/fonts.css similarity index 100% rename from fonts/sample.css rename to fonts/fonts.css diff --git a/index.html b/index.html index 920a458..fe1171e 100644 --- a/index.html +++ b/index.html @@ -5,6 +5,7 @@ 32m + diff --git a/style.css b/style.css new file mode 100644 index 0000000..0c86ab0 --- /dev/null +++ b/style.css @@ -0,0 +1,8 @@ +:root { + --red: #A12626; +} + +body { + font-family: 'Concourse OT'; + color: var(--red); +} \ No newline at end of file