diff options
| author | Priyansh <[email protected]> | 2020-11-11 19:33:33 +0530 |
|---|---|---|
| committer | Priyansh <[email protected]> | 2020-11-11 19:33:33 +0530 |
| commit | f1c75e623f261ab0447ac38ac6777221faed425c (patch) | |
| tree | e1de0853d4acb055060ee119520dd9a844b4c115 | |
| parent | 60a49591c8814db1a2cdbdb95f600331865c7efe (diff) | |
| download | nineties-computing-f1c75e623f261ab0447ac38ac6777221faed425c.tar.xz nineties-computing-f1c75e623f261ab0447ac38ac6777221faed425c.zip | |
Added font: Chicago
| -rw-r--r-- | .DS_Store | bin | 0 -> 6148 bytes | |||
| -rw-r--r-- | css/fonts.css | 4 | ||||
| -rwxr-xr-x | fonts/ChicagoFLF.ttf | bin | 0 -> 31256 bytes | |||
| -rw-r--r-- | index.html | 11 |
4 files changed, 15 insertions, 0 deletions
diff --git a/.DS_Store b/.DS_Store Binary files differnew file mode 100644 index 0000000..a392e0d --- /dev/null +++ b/.DS_Store diff --git a/css/fonts.css b/css/fonts.css new file mode 100644 index 0000000..1a22c3a --- /dev/null +++ b/css/fonts.css @@ -0,0 +1,4 @@ +@font-face { + font-family: "Chicago"; + src: url("../fonts/ChicagoFLF.ttf"); +} diff --git a/fonts/ChicagoFLF.ttf b/fonts/ChicagoFLF.ttf Binary files differnew file mode 100755 index 0000000..60691e1 --- /dev/null +++ b/fonts/ChicagoFLF.ttf diff --git a/index.html b/index.html new file mode 100644 index 0000000..cbc28c9 --- /dev/null +++ b/index.html @@ -0,0 +1,11 @@ +<!DOCTYPE html> +<html lang="en"> +<head> + <meta charset="UTF-8"> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> + <title>Nineties Computing</title> +</head> +<body> + +</body> +</html>
\ No newline at end of file |
