mirror of
https://github.com/huashengdun/webssh.git
synced 2026-08-23 22:26:28 +00:00
Eased custom font configuration
This commit is contained in:
@@ -24,6 +24,16 @@
|
||||
.btn-danger {
|
||||
margin-left: 5px;
|
||||
}
|
||||
{% if font_filename %}
|
||||
@font-face {
|
||||
font-family: '{{font_family}}';
|
||||
src: url('static/css/fonts/{{font_filename}}');
|
||||
}
|
||||
|
||||
body {
|
||||
font-family: '{{font_family}}';
|
||||
}
|
||||
{% end %}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
Reference in New Issue
Block a user