mirror of
https://github.com/voltbonn/profile-picture-generator.git
synced 2024-12-22 07:45:04 +00:00
added Ubuntu as the font
This commit is contained in:
parent
a9ef6e751b
commit
4f22f96e26
6 changed files with 23 additions and 0 deletions
19
public/Ubuntu/index.css
Normal file
19
public/Ubuntu/index.css
Normal file
|
@ -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+ */
|
||||
}
|
BIN
public/Ubuntu/ubuntu-v15-latin-700.woff
Normal file
BIN
public/Ubuntu/ubuntu-v15-latin-700.woff
Normal file
Binary file not shown.
BIN
public/Ubuntu/ubuntu-v15-latin-700.woff2
Normal file
BIN
public/Ubuntu/ubuntu-v15-latin-700.woff2
Normal file
Binary file not shown.
BIN
public/Ubuntu/ubuntu-v15-latin-regular.woff
Normal file
BIN
public/Ubuntu/ubuntu-v15-latin-regular.woff
Normal file
Binary file not shown.
BIN
public/Ubuntu/ubuntu-v15-latin-regular.woff2
Normal file
BIN
public/Ubuntu/ubuntu-v15-latin-regular.woff2
Normal file
Binary file not shown.
|
@ -1,3 +1,7 @@
|
|||
*{
|
||||
font-family: 'Ubuntu';
|
||||
}
|
||||
|
||||
.App {
|
||||
text-align: center;
|
||||
|
||||
|
|
Loading…
Reference in a new issue