mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
12 lines
296 B
CSS
12 lines
296 B
CSS
|
|
@font-face {
|
||
|
|
font-family: "Open Sans";
|
||
|
|
src: url("~top/static/fonts/OpenSans-Regular.ttf");
|
||
|
|
font-weight: normal;
|
||
|
|
font-style: normal; }
|
||
|
|
|
||
|
|
@font-face {
|
||
|
|
font-family: "Source Code Pro";
|
||
|
|
src: url("~top/static/fonts/SourceCodePro-Regular.ttf");
|
||
|
|
font-weight: normal;
|
||
|
|
font-style: normal; }
|