Skip to content

Commit

Permalink
font
Browse files Browse the repository at this point in the history
  • Loading branch information
CyberAndi committed Jan 14, 2025
1 parent 497dc93 commit 8794c33
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
6 changes: 3 additions & 3 deletions www/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
@font-face {
font-family: 'OCR A Std';
src: local('OCR A Std'), url('/luci-static/bootstrap/OCRAStd.woff') format('woff');
src: url("//db.onlinewebfonts.com/t/bdc32e3567beb611cbb485b42ba29160.eot");
src: url("//db.onlinewebfonts.com/t/bdc32e3567beb611cbb485b42ba29160.eot?#iefix") format("embedded-opentype"), url("//db.onlinewebfonts.com/t/bdc32e3567beb611cbb485b42ba29160.woff2") format("woff2"), url("//db.onlinewebfonts.com/t/bdc32e3567beb611cbb485b42ba29160.woff") format("woff"), url("//db.onlinewebfonts.com/t/bdc32e3567beb611cbb485b42ba29160.ttf") format("truetype"), url("//db.onlinewebfonts.com/t/bdc32e3567beb611cbb485b42ba29160.svg#OCR A Std") format("svg");
}
font-weight: 400;
font-style: normal;
}

:root {
--focus-color-rgb: 82,196,0;
Expand Down
5 changes: 2 additions & 3 deletions www/output.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,9 @@
@font-face {
font-family: 'OCR A Std';
src: local('OCR A Std'), url('/luci-static/bootstrap/OCRAStd.woff') format('woff');
src: url("//db.onlinewebfonts.com/t/bdc32e3567beb611cbb485b42ba29160.eot");
src: url("//db.onlinewebfonts.com/t/bdc32e3567beb611cbb485b42ba29160.eot?#iefix") format("embedded-opentype"), url("//db.onlinewebfonts.com/t/bdc32e3567beb611cbb485b42ba29160.woff2") format("woff2"), url("//db.onlinewebfonts.com/t/bdc32e3567beb611cbb485b42ba29160.woff") format("woff"), url("//db.onlinewebfonts.com/t/bdc32e3567beb611cbb485b42ba29160.ttf") format("truetype"), url("//db.onlinewebfonts.com/t/bdc32e3567beb611cbb485b42ba29160.svg#OCR A Std") format("svg");
font-weight: 400;
font-style: normal;
}

:root {
--focus-color-rgb: 82,196,0;
--background-image: url(/luci-static/bootstrap/CyberSecurity-Box.png);
Expand Down

0 comments on commit 8794c33

Please sign in to comment.