mirror of
https://github.com/zhigang1992/react-native-paper.git
synced 2026-06-14 01:54:59 +08:00
47 lines
1.5 KiB
CSS
47 lines
1.5 KiB
CSS
@font-face {
|
|
font-family: 'Roboto-Thin';
|
|
font-style: normal;
|
|
font-display: swap;
|
|
font-weight: 100;
|
|
src:
|
|
local('Roboto Thin '),
|
|
local('Roboto-Thin'),
|
|
url('~typeface-roboto/files/roboto-latin-100.woff2') format('woff2'), /* Super Modern Browsers */
|
|
url('~typeface-roboto/files/roboto-latin-100.woff') format('woff'); /* Modern Browsers */
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Roboto-Light';
|
|
font-style: normal;
|
|
font-display: swap;
|
|
font-weight: 300;
|
|
src:
|
|
local('Roboto Light '),
|
|
local('Roboto-Light'),
|
|
url('~typeface-roboto/files/roboto-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
|
|
url('~typeface-roboto/files/roboto-latin-300.woff') format('woff'); /* Modern Browsers */
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Roboto';
|
|
font-style: normal;
|
|
font-display: swap;
|
|
font-weight: 400;
|
|
src:
|
|
local('Roboto Regular '),
|
|
local('Roboto-Regular'),
|
|
url('~typeface-roboto/files/roboto-latin-400.woff2') format('woff2'), /* Super Modern Browsers */
|
|
url('~typeface-roboto/files/roboto-latin-400.woff') format('woff'); /* Modern Browsers */
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Roboto-Medium';
|
|
font-style: normal;
|
|
font-display: swap;
|
|
font-weight: 500;
|
|
src:
|
|
local('Roboto Medium '),
|
|
local('Roboto-Medium'),
|
|
url('~typeface-roboto/files/roboto-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
|
|
url('~typeface-roboto/files/roboto-latin-500.woff') format('woff'); /* Modern Browsers */
|
|
} |