mirror of
https://github.com/moonlight-stream/moonlight-chrome.git
synced 2025-08-16 16:16:44 +00:00
Added offline support
This commit is contained in:
parent
7c29774fbb
commit
00e1511daf
@ -5,7 +5,7 @@
|
||||
<meta http-equiv="Expires" content="-1">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Moonlight</title>
|
||||
<link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet">
|
||||
<link rel="stylesheet" href="static/css/roboto.css">
|
||||
<link rel="stylesheet" href="static/css/material.min.css">
|
||||
<link rel="stylesheet" href="static/css/style.css">
|
||||
<link rel="stylesheet" href="static/css/material-icons.css">
|
||||
|
16
static/css/roboto.css
Normal file
16
static/css/roboto.css
Normal file
@ -0,0 +1,16 @@
|
||||
/* latin-ext */
|
||||
@font-face {
|
||||
font-family: 'Roboto';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
src: local('Roboto'), local('Roboto-Regular'), url(../fonts/Roboto-Regular_latin.woff2) format('woff2');
|
||||
unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
|
||||
}
|
||||
/* latin */
|
||||
@font-face {
|
||||
font-family: 'Roboto';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
src: local('Roboto'), local('Roboto-Regular'), url(../fonts/Roboto-Regular_latin-ext.woff2) format('woff2');
|
||||
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
|
||||
}
|
BIN
static/fonts/Roboto-Regular_latin-ext.woff2
Normal file
BIN
static/fonts/Roboto-Regular_latin-ext.woff2
Normal file
Binary file not shown.
BIN
static/fonts/Roboto-Regular_latin.woff2
Normal file
BIN
static/fonts/Roboto-Regular_latin.woff2
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user