diff --git a/public/Ubuntu/index.css b/public/Ubuntu/index.css new file mode 100644 index 0000000..239c232 --- /dev/null +++ b/public/Ubuntu/index.css @@ -0,0 +1,19 @@ +/* ubuntu-regular - latin */ +@font-face { + font-family: 'Ubuntu'; + font-style: normal; + font-weight: 400; + src: local(''), + url('./ubuntu-v15-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ + url('./ubuntu-v15-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ +} + +/* ubuntu-700 - latin */ +@font-face { + font-family: 'Ubuntu'; + font-style: normal; + font-weight: 700; + src: local(''), + url('./ubuntu-v15-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ + url('./ubuntu-v15-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ +} diff --git a/public/Ubuntu/ubuntu-v15-latin-700.woff b/public/Ubuntu/ubuntu-v15-latin-700.woff new file mode 100644 index 0000000..8f77054 Binary files /dev/null and b/public/Ubuntu/ubuntu-v15-latin-700.woff differ diff --git a/public/Ubuntu/ubuntu-v15-latin-700.woff2 b/public/Ubuntu/ubuntu-v15-latin-700.woff2 new file mode 100644 index 0000000..e10142f Binary files /dev/null and b/public/Ubuntu/ubuntu-v15-latin-700.woff2 differ diff --git a/public/Ubuntu/ubuntu-v15-latin-regular.woff b/public/Ubuntu/ubuntu-v15-latin-regular.woff new file mode 100644 index 0000000..2fc163f Binary files /dev/null and b/public/Ubuntu/ubuntu-v15-latin-regular.woff differ diff --git a/public/Ubuntu/ubuntu-v15-latin-regular.woff2 b/public/Ubuntu/ubuntu-v15-latin-regular.woff2 new file mode 100644 index 0000000..a590b8a Binary files /dev/null and b/public/Ubuntu/ubuntu-v15-latin-regular.woff2 differ diff --git a/src/App.css b/src/App.css index 36fad5b..144b4dc 100644 --- a/src/App.css +++ b/src/App.css @@ -1,3 +1,7 @@ +*{ + font-family: 'Ubuntu'; +} + .App { text-align: center;