mirror of
https://github.com/fluencelabs/dashboard
synced 2025-03-16 13:30:48 +00:00
Set Roboto Mono fonts
This commit is contained in:
parent
71cd126b68
commit
164b410b38
4
.gitignore
vendored
4
.gitignore
vendored
@ -1,3 +1,5 @@
|
||||
elm-stuff
|
||||
.idea
|
||||
node_modules
|
||||
node_modules
|
||||
dist
|
||||
bundle
|
||||
|
@ -2,7 +2,9 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<link rel="favicon" type="image/ico" href="favicon.ico" />
|
||||
<link href='http://fonts.googleapis.com/css?family=Roboto' rel='stylesheet' type='text/css'>
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@100;200&display=swap" rel="stylesheet">
|
||||
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="x-ua-compatible" content="ie=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
||||
|
16209
package-lock.json
generated
16209
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -38,6 +38,7 @@
|
||||
"ts-loader": "8.0.11",
|
||||
"typescript": "4.1.2",
|
||||
"webpack": "5.7.0",
|
||||
"webpack-bundle-analyzer": "^4.2.0",
|
||||
"webpack-cli": "4.2.0",
|
||||
"webpack-nano": "^1.1.0",
|
||||
"webpack-plugin-serve": "^1.2.0",
|
||||
|
@ -15,6 +15,7 @@
|
||||
*/
|
||||
|
||||
import 'tachyons/css/tachyons.min.css';
|
||||
import './main.css';
|
||||
import {Elm} from './Main.elm';
|
||||
import * as serviceWorker from './serviceWorker';
|
||||
import {peerIdToSeed, seedToPeerId} from "fluence/dist/seed";
|
||||
|
@ -10,6 +10,9 @@
|
||||
}
|
||||
|
||||
body {
|
||||
font-family: 'Roboto', sans-serif;
|
||||
font-size: 48px;
|
||||
}
|
||||
font-family: 'Roboto Mono', monospace;
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-family: 'Roboto Mono', monospace;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user