diff --git a/css.css b/css.css index e2639c0..a202052 100644 --- a/css.css +++ b/css.css @@ -8,6 +8,36 @@ Green: #2ECC40 */ +/* dm-mono-300 - latin */ +@font-face { + font-family: 'DM Mono'; + font-style: normal; + font-weight: 300; + src: local(''), + url('./fonts/dm-mono-v10-latin-300.woff2') format('woff2'), /* Super Modern Browsers */ + url('./fonts/dm-mono-v10-latin-300.woff') format('woff'), /* Modern Browsers */ + } + + /* dm-mono-regular - latin */ + @font-face { + font-family: 'DM Mono'; + font-style: normal; + font-weight: 400; + src: local(''), + url('./fonts/dm-mono-v10-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ + url('./fonts/dm-mono-v10-latin-regular.woff') format('woff'), /* Modern Browsers */ + } + + /* dm-mono-500 - latin */ + @font-face { + font-family: 'DM Mono'; + font-style: normal; + font-weight: 500; + src: local(''), + url('./fonts/dm-mono-v10-latin-500.woff2') format('woff2'), /* Super Modern Browsers */ + url('./fonts/dm-mono-v10-latin-500.woff') format('woff'), /* Modern Browsers */ + } + body{ font-family: 'DM Mono', monospace; background-color: #1d1e22; diff --git a/fonts/dm-mono-v10-latin-300.woff b/fonts/dm-mono-v10-latin-300.woff new file mode 100644 index 0000000..6d0055e Binary files /dev/null and b/fonts/dm-mono-v10-latin-300.woff differ diff --git a/fonts/dm-mono-v10-latin-300.woff2 b/fonts/dm-mono-v10-latin-300.woff2 new file mode 100644 index 0000000..0606d15 Binary files /dev/null and b/fonts/dm-mono-v10-latin-300.woff2 differ diff --git a/fonts/dm-mono-v10-latin-500.woff b/fonts/dm-mono-v10-latin-500.woff new file mode 100644 index 0000000..0201a78 Binary files /dev/null and b/fonts/dm-mono-v10-latin-500.woff differ diff --git a/fonts/dm-mono-v10-latin-500.woff2 b/fonts/dm-mono-v10-latin-500.woff2 new file mode 100644 index 0000000..afc8bd1 Binary files /dev/null and b/fonts/dm-mono-v10-latin-500.woff2 differ diff --git a/fonts/dm-mono-v10-latin-regular.woff b/fonts/dm-mono-v10-latin-regular.woff new file mode 100644 index 0000000..5192213 Binary files /dev/null and b/fonts/dm-mono-v10-latin-regular.woff differ diff --git a/fonts/dm-mono-v10-latin-regular.woff2 b/fonts/dm-mono-v10-latin-regular.woff2 new file mode 100644 index 0000000..e03a27e Binary files /dev/null and b/fonts/dm-mono-v10-latin-regular.woff2 differ diff --git a/index.html b/index.html index 1f56995..8c52de5 100644 --- a/index.html +++ b/index.html @@ -2,11 +2,7 @@ - - - - - +