Skip to content
Snippets Groups Projects
Commit e8f387fa authored by Fabien Le Frapper's avatar Fabien Le Frapper Committed by Alex Ellis
Browse files

Use Roboto Mono for code blocks & use on imports for all fonts

parent 0c85dc97
No related branches found
No related tags found
No related merge requests found
<html ng-app="faasGateway">
<head>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,400italic" />
<head>
<link href="https://fonts.googleapis.com/css?family=Rationale|Roboto+Mono|Roboto:300,400,400i,500,700" rel="stylesheet">
<link rel="stylesheet" href="https://ajax.googleapis.com/ajax/libs/angular_material/1.1.0/angular-material.min.css">
<!-- Angular Material CSS now available via Google CDN; version 1.0.7 used here -->
<link rel="stylesheet" href="style/angular-material.min.css">
......@@ -104,7 +104,7 @@
<div layout-gt-sm="row">
<md-input-container class="md-block" flex-gt-sm>
<label>Request body</label>
<textarea ng-model="invocation.request" cols="80" rows="4"></textarea>
<textarea ng-model="invocation.request" class="monospace" cols="80" rows="4"></textarea>
</md-input-container>
</div>
<div layout-gt-sm="row">
......@@ -116,7 +116,7 @@
<div layout-gt-sm="row">
<md-input-container class="md-block" flex-gt-sm>
<label>Response body</label>
<textarea ng-model="invocationResponse" cols="80" rows=10></textarea>
<textarea ng-model="invocationResponse" class="monospace" cols="80" rows=10></textarea>
</md-input-container>
</div>
<md-card-title-text>
......
@import url('https://fonts.googleapis.com/css?family=Rationale');
/*Taken from PWD, remove styles not used.*/
.selected button {
......@@ -48,3 +45,7 @@ md-input-container .md-errors-spacer {
height: 0;
min-height: 0;
}
.monospace {
font-family: 'Roboto Mono', monospace;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment