Add Roboto font for cross-platform consistency
This commit is contained in:
parent
af783bb415
commit
53aa20ebf5
60
www/assets/fonts/roboto/Roboto.css
Normal file
60
www/assets/fonts/roboto/Roboto.css
Normal file
@ -0,0 +1,60 @@
|
|||||||
|
@font-face {
|
||||||
|
font-family: 'Roboto';
|
||||||
|
font-style: normal;
|
||||||
|
font-weight: 400;
|
||||||
|
src:
|
||||||
|
local('Roboto'),
|
||||||
|
local('Roboto-Regular'),
|
||||||
|
url('Roboto_400.woff') format('woff'),
|
||||||
|
url('Roboto_400.woff2') format('woff2');
|
||||||
|
}
|
||||||
|
@font-face {
|
||||||
|
font-family: 'Roboto';
|
||||||
|
font-style: italic;
|
||||||
|
font-weight: 400;
|
||||||
|
src:
|
||||||
|
local('Roboto Italic'),
|
||||||
|
local('Roboto-Italic'),
|
||||||
|
url('Roboto_400i.woff') format('woff'),
|
||||||
|
url('Roboto_400i.woff2') format('woff2');
|
||||||
|
}
|
||||||
|
@font-face {
|
||||||
|
font-family: 'Roboto';
|
||||||
|
font-style: normal;
|
||||||
|
font-weight: 500;
|
||||||
|
src:
|
||||||
|
local('Roboto Medium'),
|
||||||
|
local('Roboto-Medium'),
|
||||||
|
url('Roboto_500.woff') format('woff'),
|
||||||
|
url('Roboto_500.woff2') format('woff2');
|
||||||
|
}
|
||||||
|
@font-face {
|
||||||
|
font-family: 'Roboto';
|
||||||
|
font-style: italic;
|
||||||
|
font-weight: 500;
|
||||||
|
src:
|
||||||
|
local('Roboto Medium Italic'),
|
||||||
|
local('Roboto-MediumItalic'),
|
||||||
|
url('Roboto_500i.woff') format('woff'),
|
||||||
|
url('Roboto_500i.woff2') format('woff2');
|
||||||
|
}
|
||||||
|
@font-face {
|
||||||
|
font-family: 'Roboto';
|
||||||
|
font-style: normal;
|
||||||
|
font-weight: 700;
|
||||||
|
src:
|
||||||
|
local('Roboto Bold'),
|
||||||
|
local('Roboto-Bold'),
|
||||||
|
url('Roboto_700.woff') format('woff'),
|
||||||
|
url('Roboto_700.woff2') format('woff2');
|
||||||
|
}
|
||||||
|
@font-face {
|
||||||
|
font-family: 'Roboto';
|
||||||
|
font-style: italic;
|
||||||
|
font-weight: 700;
|
||||||
|
src:
|
||||||
|
local('Roboto Bold Italic'),
|
||||||
|
local('Roboto-BoldItalic'),
|
||||||
|
url('Roboto_700i.woff') format('woff'),
|
||||||
|
url('Roboto_700i.woff2') format('woff2');
|
||||||
|
}
|
BIN
www/assets/fonts/roboto/Roboto_400.woff
Normal file
BIN
www/assets/fonts/roboto/Roboto_400.woff
Normal file
Binary file not shown.
BIN
www/assets/fonts/roboto/Roboto_400.woff2
Normal file
BIN
www/assets/fonts/roboto/Roboto_400.woff2
Normal file
Binary file not shown.
BIN
www/assets/fonts/roboto/Roboto_400i.woff
Normal file
BIN
www/assets/fonts/roboto/Roboto_400i.woff
Normal file
Binary file not shown.
BIN
www/assets/fonts/roboto/Roboto_400i.woff2
Normal file
BIN
www/assets/fonts/roboto/Roboto_400i.woff2
Normal file
Binary file not shown.
BIN
www/assets/fonts/roboto/Roboto_500.woff
Normal file
BIN
www/assets/fonts/roboto/Roboto_500.woff
Normal file
Binary file not shown.
BIN
www/assets/fonts/roboto/Roboto_500.woff2
Normal file
BIN
www/assets/fonts/roboto/Roboto_500.woff2
Normal file
Binary file not shown.
BIN
www/assets/fonts/roboto/Roboto_500i.woff
Normal file
BIN
www/assets/fonts/roboto/Roboto_500i.woff
Normal file
Binary file not shown.
BIN
www/assets/fonts/roboto/Roboto_500i.woff2
Normal file
BIN
www/assets/fonts/roboto/Roboto_500i.woff2
Normal file
Binary file not shown.
BIN
www/assets/fonts/roboto/Roboto_700.woff
Normal file
BIN
www/assets/fonts/roboto/Roboto_700.woff
Normal file
Binary file not shown.
BIN
www/assets/fonts/roboto/Roboto_700.woff2
Normal file
BIN
www/assets/fonts/roboto/Roboto_700.woff2
Normal file
Binary file not shown.
BIN
www/assets/fonts/roboto/Roboto_700i.woff
Normal file
BIN
www/assets/fonts/roboto/Roboto_700i.woff
Normal file
Binary file not shown.
BIN
www/assets/fonts/roboto/Roboto_700i.woff2
Normal file
BIN
www/assets/fonts/roboto/Roboto_700i.woff2
Normal file
Binary file not shown.
@ -19,6 +19,7 @@
|
|||||||
<link rel="stylesheet" href="assets/css/backdrop.css" />
|
<link rel="stylesheet" href="assets/css/backdrop.css" />
|
||||||
<link rel="stylesheet" href="assets/css/oled.css" />
|
<link rel="stylesheet" href="assets/css/oled.css" />
|
||||||
<link rel="stylesheet" href="assets/css/web-barcode.css" />
|
<link rel="stylesheet" href="assets/css/web-barcode.css" />
|
||||||
|
<link rel="stylesheet" href="assets/fonts/roboto/Roboto.css" />
|
||||||
|
|
||||||
<script src="cordova.js"></script>
|
<script src="cordova.js"></script>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user