Merge pull request #305 from enp6s0/offline-font

Add Roboto webfont to local resources directory
This commit is contained in:
Thiago Alves
2025-11-01 08:54:59 -04:00
committed by GitHub

View File

@@ -2,7 +2,7 @@ login_head = """
<!DOCTYPE html>
<html>
<style>
@import url(https://fonts.googleapis.com/css?family=Roboto:300);
@import url(/static/fonts/roboto/roboto.css);
.top {
position:absolute;
left:0; right:0; top:0;