Bundle fonts with pgAdmin so we have a standard set for all platforms.

Research by Shirley at Pivotal.
This commit is contained in:
Atul Sharma
2017-09-13 16:01:14 +01:00
committed by Dave Page
parent e819465e38
commit 788f7f3a69
22 changed files with 73 additions and 42 deletions

View File

@@ -812,4 +812,19 @@ lgg-el-container[el=md] .pg-el-lg-8,
.Resizer.disabled:hover {
border-color: transparent;
}
}
@font-face {
font-family: 'Open Sans';
src: url('../fonts/OpenSans-Regular.ttf');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Source Code Pro';
src: url('../fonts/SourceCodePro-Regular.ttf');
font-weight: normal;
font-style: normal;
}