diff --git a/fonts.css b/fonts.css new file mode 100644 index 0000000..672b9e9 --- /dev/null +++ b/fonts.css @@ -0,0 +1,304 @@ +/* roboto-100 - latin */ +@font-face { + font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */ + font-family: 'Roboto'; + font-style: normal; + font-weight: 100; + src: url('../fonts/roboto-v30-latin-100.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ + } + /* roboto-100italic - latin */ + @font-face { + font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */ + font-family: 'Roboto'; + font-style: italic; + font-weight: 100; + src: url('../fonts/roboto-v30-latin-100italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ + } + /* roboto-300 - latin */ + @font-face { + font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */ + font-family: 'Roboto'; + font-style: normal; + font-weight: 300; + src: url('../fonts/roboto-v30-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ + } + /* roboto-300italic - latin */ + @font-face { + font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */ + font-family: 'Roboto'; + font-style: italic; + font-weight: 300; + src: url('../fonts/roboto-v30-latin-300italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ + } + /* roboto-regular - latin */ + @font-face { + font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */ + font-family: 'Roboto'; + font-style: normal; + font-weight: 400; + src: url('../fonts/roboto-v30-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ + } + /* roboto-italic - latin */ + @font-face { + font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */ + font-family: 'Roboto'; + font-style: italic; + font-weight: 400; + src: url('../fonts/roboto-v30-latin-italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ + } + /* roboto-500 - latin */ + @font-face { + font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */ + font-family: 'Roboto'; + font-style: normal; + font-weight: 500; + src: url('../fonts/roboto-v30-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ + } + /* roboto-500italic - latin */ + @font-face { + font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */ + font-family: 'Roboto'; + font-style: italic; + font-weight: 500; + src: url('../fonts/roboto-v30-latin-500italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ + } + /* roboto-700 - latin */ + @font-face { + font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */ + font-family: 'Roboto'; + font-style: normal; + font-weight: 700; + src: url('../fonts/roboto-v30-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ + } + /* roboto-700italic - latin */ + @font-face { + font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */ + font-family: 'Roboto'; + font-style: italic; + font-weight: 700; + src: url('../fonts/roboto-v30-latin-700italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ + } + /* roboto-900 - latin */ + @font-face { + font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */ + font-family: 'Roboto'; + font-style: normal; + font-weight: 900; + src: url('../fonts/roboto-v30-latin-900.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ + } + /* roboto-900italic - latin */ + @font-face { + font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */ + font-family: 'Roboto'; + font-style: italic; + font-weight: 900; + src: url('../fonts/roboto-v30-latin-900italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ + } + + + + + + + + + + + + + /* roboto-mono-100 - latin */ +@font-face { + font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */ + font-family: 'Roboto Mono'; + font-style: normal; + font-weight: 100; + src: url('../fonts/roboto-mono-v22-latin-100.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ + } + /* roboto-mono-100italic - latin */ + @font-face { + font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */ + font-family: 'Roboto Mono'; + font-style: italic; + font-weight: 100; + src: url('../fonts/roboto-mono-v22-latin-100italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ + } + /* roboto-mono-200 - latin */ + @font-face { + font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */ + font-family: 'Roboto Mono'; + font-style: normal; + font-weight: 200; + src: url('../fonts/roboto-mono-v22-latin-200.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ + } + /* roboto-mono-200italic - latin */ + @font-face { + font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */ + font-family: 'Roboto Mono'; + font-style: italic; + font-weight: 200; + src: url('../fonts/roboto-mono-v22-latin-200italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ + } + /* roboto-mono-300 - latin */ + @font-face { + font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */ + font-family: 'Roboto Mono'; + font-style: normal; + font-weight: 300; + src: url('../fonts/roboto-mono-v22-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ + } + /* roboto-mono-300italic - latin */ + @font-face { + font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */ + font-family: 'Roboto Mono'; + font-style: italic; + font-weight: 300; + src: url('../fonts/roboto-mono-v22-latin-300italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ + } + /* roboto-mono-regular - latin */ + @font-face { + font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */ + font-family: 'Roboto Mono'; + font-style: normal; + font-weight: 400; + src: url('../fonts/roboto-mono-v22-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ + } + /* roboto-mono-italic - latin */ + @font-face { + font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */ + font-family: 'Roboto Mono'; + font-style: italic; + font-weight: 400; + src: url('../fonts/roboto-mono-v22-latin-italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ + } + /* roboto-mono-500 - latin */ + @font-face { + font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */ + font-family: 'Roboto Mono'; + font-style: normal; + font-weight: 500; + src: url('../fonts/roboto-mono-v22-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ + } + /* roboto-mono-500italic - latin */ + @font-face { + font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */ + font-family: 'Roboto Mono'; + font-style: italic; + font-weight: 500; + src: url('../fonts/roboto-mono-v22-latin-500italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ + } + /* roboto-mono-600 - latin */ + @font-face { + font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */ + font-family: 'Roboto Mono'; + font-style: normal; + font-weight: 600; + src: url('../fonts/roboto-mono-v22-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ + } + /* roboto-mono-600italic - latin */ + @font-face { + font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */ + font-family: 'Roboto Mono'; + font-style: italic; + font-weight: 600; + src: url('../fonts/roboto-mono-v22-latin-600italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ + } + /* roboto-mono-700 - latin */ + @font-face { + font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */ + font-family: 'Roboto Mono'; + font-style: normal; + font-weight: 700; + src: url('../fonts/roboto-mono-v22-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ + } + /* roboto-mono-700italic - latin */ + @font-face { + font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */ + font-family: 'Roboto Mono'; + font-style: italic; + font-weight: 700; + src: url('../fonts/roboto-mono-v22-latin-700italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ + } + + + + + + + + + + + + +/* handjet-100 - latin */ +@font-face { + font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */ + font-family: 'Handjet'; + font-style: normal; + font-weight: 100; + src: url('../fonts/handjet-v17-latin-100.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ + } + /* handjet-200 - latin */ + @font-face { + font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */ + font-family: 'Handjet'; + font-style: normal; + font-weight: 200; + src: url('../fonts/handjet-v17-latin-200.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ + } + /* handjet-300 - latin */ + @font-face { + font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */ + font-family: 'Handjet'; + font-style: normal; + font-weight: 300; + src: url('../fonts/handjet-v17-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ + } + /* handjet-regular - latin */ + @font-face { + font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */ + font-family: 'Handjet'; + font-style: normal; + font-weight: 400; + src: url('../fonts/handjet-v17-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ + } + /* handjet-500 - latin */ + @font-face { + font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */ + font-family: 'Handjet'; + font-style: normal; + font-weight: 500; + src: url('../fonts/handjet-v17-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ + } + /* handjet-600 - latin */ + @font-face { + font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */ + font-family: 'Handjet'; + font-style: normal; + font-weight: 600; + src: url('../fonts/handjet-v17-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ + } + /* handjet-700 - latin */ + @font-face { + font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */ + font-family: 'Handjet'; + font-style: normal; + font-weight: 700; + src: url('../fonts/handjet-v17-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ + } + /* handjet-800 - latin */ + @font-face { + font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */ + font-family: 'Handjet'; + font-style: normal; + font-weight: 800; + src: url('../fonts/handjet-v17-latin-800.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ + } + /* handjet-900 - latin */ + @font-face { + font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */ + font-family: 'Handjet'; + font-style: normal; + font-weight: 900; + src: url('../fonts/handjet-v17-latin-900.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ + } \ No newline at end of file diff --git a/fonts/handjet-v17-latin/handjet-v17-latin-100.woff2 b/fonts/handjet-v17-latin/handjet-v17-latin-100.woff2 new file mode 100644 index 0000000..91618be Binary files /dev/null and b/fonts/handjet-v17-latin/handjet-v17-latin-100.woff2 differ diff --git a/fonts/handjet-v17-latin/handjet-v17-latin-200.woff2 b/fonts/handjet-v17-latin/handjet-v17-latin-200.woff2 new file mode 100644 index 0000000..3536324 Binary files /dev/null and b/fonts/handjet-v17-latin/handjet-v17-latin-200.woff2 differ diff --git a/fonts/handjet-v17-latin/handjet-v17-latin-300.woff2 b/fonts/handjet-v17-latin/handjet-v17-latin-300.woff2 new file mode 100644 index 0000000..dc90c1a Binary files /dev/null and b/fonts/handjet-v17-latin/handjet-v17-latin-300.woff2 differ diff --git a/fonts/handjet-v17-latin/handjet-v17-latin-500.woff2 b/fonts/handjet-v17-latin/handjet-v17-latin-500.woff2 new file mode 100644 index 0000000..78243ff Binary files /dev/null and b/fonts/handjet-v17-latin/handjet-v17-latin-500.woff2 differ diff --git a/fonts/handjet-v17-latin/handjet-v17-latin-600.woff2 b/fonts/handjet-v17-latin/handjet-v17-latin-600.woff2 new file mode 100644 index 0000000..d2857db Binary files /dev/null and b/fonts/handjet-v17-latin/handjet-v17-latin-600.woff2 differ diff --git a/fonts/handjet-v17-latin/handjet-v17-latin-700.woff2 b/fonts/handjet-v17-latin/handjet-v17-latin-700.woff2 new file mode 100644 index 0000000..a46e9c6 Binary files /dev/null and b/fonts/handjet-v17-latin/handjet-v17-latin-700.woff2 differ diff --git a/fonts/handjet-v17-latin/handjet-v17-latin-800.woff2 b/fonts/handjet-v17-latin/handjet-v17-latin-800.woff2 new file mode 100644 index 0000000..f3b492d Binary files /dev/null and b/fonts/handjet-v17-latin/handjet-v17-latin-800.woff2 differ diff --git a/fonts/handjet-v17-latin/handjet-v17-latin-900.woff2 b/fonts/handjet-v17-latin/handjet-v17-latin-900.woff2 new file mode 100644 index 0000000..454a29e Binary files /dev/null and b/fonts/handjet-v17-latin/handjet-v17-latin-900.woff2 differ diff --git a/fonts/handjet-v17-latin/handjet-v17-latin-regular.woff2 b/fonts/handjet-v17-latin/handjet-v17-latin-regular.woff2 new file mode 100644 index 0000000..9fc41d0 Binary files /dev/null and b/fonts/handjet-v17-latin/handjet-v17-latin-regular.woff2 differ diff --git a/fonts/roboto-mono-v22-latin/roboto-mono-v22-latin-100.woff2 b/fonts/roboto-mono-v22-latin/roboto-mono-v22-latin-100.woff2 new file mode 100644 index 0000000..a2ed61e Binary files /dev/null and b/fonts/roboto-mono-v22-latin/roboto-mono-v22-latin-100.woff2 differ diff --git a/fonts/roboto-mono-v22-latin/roboto-mono-v22-latin-100italic.woff2 b/fonts/roboto-mono-v22-latin/roboto-mono-v22-latin-100italic.woff2 new file mode 100644 index 0000000..90d23e7 Binary files /dev/null and b/fonts/roboto-mono-v22-latin/roboto-mono-v22-latin-100italic.woff2 differ diff --git a/fonts/roboto-mono-v22-latin/roboto-mono-v22-latin-200.woff2 b/fonts/roboto-mono-v22-latin/roboto-mono-v22-latin-200.woff2 new file mode 100644 index 0000000..8143daf Binary files /dev/null and b/fonts/roboto-mono-v22-latin/roboto-mono-v22-latin-200.woff2 differ diff --git a/fonts/roboto-mono-v22-latin/roboto-mono-v22-latin-200italic.woff2 b/fonts/roboto-mono-v22-latin/roboto-mono-v22-latin-200italic.woff2 new file mode 100644 index 0000000..f52a027 Binary files /dev/null and b/fonts/roboto-mono-v22-latin/roboto-mono-v22-latin-200italic.woff2 differ diff --git a/fonts/roboto-mono-v22-latin/roboto-mono-v22-latin-300.woff2 b/fonts/roboto-mono-v22-latin/roboto-mono-v22-latin-300.woff2 new file mode 100644 index 0000000..3d6e168 Binary files /dev/null and b/fonts/roboto-mono-v22-latin/roboto-mono-v22-latin-300.woff2 differ diff --git a/fonts/roboto-mono-v22-latin/roboto-mono-v22-latin-300italic.woff2 b/fonts/roboto-mono-v22-latin/roboto-mono-v22-latin-300italic.woff2 new file mode 100644 index 0000000..8cbff86 Binary files /dev/null and b/fonts/roboto-mono-v22-latin/roboto-mono-v22-latin-300italic.woff2 differ diff --git a/fonts/roboto-mono-v22-latin/roboto-mono-v22-latin-500.woff2 b/fonts/roboto-mono-v22-latin/roboto-mono-v22-latin-500.woff2 new file mode 100644 index 0000000..b4f2bf8 Binary files /dev/null and b/fonts/roboto-mono-v22-latin/roboto-mono-v22-latin-500.woff2 differ diff --git a/fonts/roboto-mono-v22-latin/roboto-mono-v22-latin-500italic.woff2 b/fonts/roboto-mono-v22-latin/roboto-mono-v22-latin-500italic.woff2 new file mode 100644 index 0000000..306b2c9 Binary files /dev/null and b/fonts/roboto-mono-v22-latin/roboto-mono-v22-latin-500italic.woff2 differ diff --git a/fonts/roboto-mono-v22-latin/roboto-mono-v22-latin-600.woff2 b/fonts/roboto-mono-v22-latin/roboto-mono-v22-latin-600.woff2 new file mode 100644 index 0000000..b211539 Binary files /dev/null and b/fonts/roboto-mono-v22-latin/roboto-mono-v22-latin-600.woff2 differ diff --git a/fonts/roboto-mono-v22-latin/roboto-mono-v22-latin-600italic.woff2 b/fonts/roboto-mono-v22-latin/roboto-mono-v22-latin-600italic.woff2 new file mode 100644 index 0000000..ee1b826 Binary files /dev/null and b/fonts/roboto-mono-v22-latin/roboto-mono-v22-latin-600italic.woff2 differ diff --git a/fonts/roboto-mono-v22-latin/roboto-mono-v22-latin-700.woff2 b/fonts/roboto-mono-v22-latin/roboto-mono-v22-latin-700.woff2 new file mode 100644 index 0000000..d7170da Binary files /dev/null and b/fonts/roboto-mono-v22-latin/roboto-mono-v22-latin-700.woff2 differ diff --git a/fonts/roboto-mono-v22-latin/roboto-mono-v22-latin-700italic.woff2 b/fonts/roboto-mono-v22-latin/roboto-mono-v22-latin-700italic.woff2 new file mode 100644 index 0000000..f4a6649 Binary files /dev/null and b/fonts/roboto-mono-v22-latin/roboto-mono-v22-latin-700italic.woff2 differ diff --git a/fonts/roboto-mono-v22-latin/roboto-mono-v22-latin-italic.woff2 b/fonts/roboto-mono-v22-latin/roboto-mono-v22-latin-italic.woff2 new file mode 100644 index 0000000..ece53bd Binary files /dev/null and b/fonts/roboto-mono-v22-latin/roboto-mono-v22-latin-italic.woff2 differ diff --git a/fonts/roboto-mono-v22-latin/roboto-mono-v22-latin-regular.woff2 b/fonts/roboto-mono-v22-latin/roboto-mono-v22-latin-regular.woff2 new file mode 100644 index 0000000..f8894ba Binary files /dev/null and b/fonts/roboto-mono-v22-latin/roboto-mono-v22-latin-regular.woff2 differ diff --git a/fonts/roboto-v30-latin/roboto-v30-latin-100.woff2 b/fonts/roboto-v30-latin/roboto-v30-latin-100.woff2 new file mode 100644 index 0000000..71c9bb7 Binary files /dev/null and b/fonts/roboto-v30-latin/roboto-v30-latin-100.woff2 differ diff --git a/fonts/roboto-v30-latin/roboto-v30-latin-100italic.woff2 b/fonts/roboto-v30-latin/roboto-v30-latin-100italic.woff2 new file mode 100644 index 0000000..4ccadd1 Binary files /dev/null and b/fonts/roboto-v30-latin/roboto-v30-latin-100italic.woff2 differ diff --git a/fonts/roboto-v30-latin/roboto-v30-latin-300.woff2 b/fonts/roboto-v30-latin/roboto-v30-latin-300.woff2 new file mode 100644 index 0000000..6068138 Binary files /dev/null and b/fonts/roboto-v30-latin/roboto-v30-latin-300.woff2 differ diff --git a/fonts/roboto-v30-latin/roboto-v30-latin-300italic.woff2 b/fonts/roboto-v30-latin/roboto-v30-latin-300italic.woff2 new file mode 100644 index 0000000..22c57b0 Binary files /dev/null and b/fonts/roboto-v30-latin/roboto-v30-latin-300italic.woff2 differ diff --git a/fonts/roboto-v30-latin/roboto-v30-latin-500.woff2 b/fonts/roboto-v30-latin/roboto-v30-latin-500.woff2 new file mode 100644 index 0000000..29342a8 Binary files /dev/null and b/fonts/roboto-v30-latin/roboto-v30-latin-500.woff2 differ diff --git a/fonts/roboto-v30-latin/roboto-v30-latin-500italic.woff2 b/fonts/roboto-v30-latin/roboto-v30-latin-500italic.woff2 new file mode 100644 index 0000000..ae1933f Binary files /dev/null and b/fonts/roboto-v30-latin/roboto-v30-latin-500italic.woff2 differ diff --git a/fonts/roboto-v30-latin/roboto-v30-latin-700.woff2 b/fonts/roboto-v30-latin/roboto-v30-latin-700.woff2 new file mode 100644 index 0000000..771fbec Binary files /dev/null and b/fonts/roboto-v30-latin/roboto-v30-latin-700.woff2 differ diff --git a/fonts/roboto-v30-latin/roboto-v30-latin-700italic.woff2 b/fonts/roboto-v30-latin/roboto-v30-latin-700italic.woff2 new file mode 100644 index 0000000..a56a6ed Binary files /dev/null and b/fonts/roboto-v30-latin/roboto-v30-latin-700italic.woff2 differ diff --git a/fonts/roboto-v30-latin/roboto-v30-latin-900.woff2 b/fonts/roboto-v30-latin/roboto-v30-latin-900.woff2 new file mode 100644 index 0000000..067cb32 Binary files /dev/null and b/fonts/roboto-v30-latin/roboto-v30-latin-900.woff2 differ diff --git a/fonts/roboto-v30-latin/roboto-v30-latin-900italic.woff2 b/fonts/roboto-v30-latin/roboto-v30-latin-900italic.woff2 new file mode 100644 index 0000000..59cab0f Binary files /dev/null and b/fonts/roboto-v30-latin/roboto-v30-latin-900italic.woff2 differ diff --git a/fonts/roboto-v30-latin/roboto-v30-latin-italic.woff2 b/fonts/roboto-v30-latin/roboto-v30-latin-italic.woff2 new file mode 100644 index 0000000..e1b7a79 Binary files /dev/null and b/fonts/roboto-v30-latin/roboto-v30-latin-italic.woff2 differ diff --git a/fonts/roboto-v30-latin/roboto-v30-latin-regular.woff2 b/fonts/roboto-v30-latin/roboto-v30-latin-regular.woff2 new file mode 100644 index 0000000..020729e Binary files /dev/null and b/fonts/roboto-v30-latin/roboto-v30-latin-regular.woff2 differ diff --git a/index.html b/index.html index 35108df..16342b3 100644 --- a/index.html +++ b/index.html @@ -10,15 +10,6 @@ - - - - - - - - - Lite Music Player diff --git a/style.css b/style.css index 3e5c3c8..3b16516 100644 --- a/style.css +++ b/style.css @@ -17,7 +17,7 @@ /* Global styles */ body { - font-family: Handjet, cursive; + font-family: 'Roboto Mono', monospace; margin: 0; padding: 0; background-color: var(--backgroundLight) !important;