Skip to content

Commit

Permalink
fsapp load vendor roboto
Browse files Browse the repository at this point in the history
  • Loading branch information
ProgrammerIn-wonderland committed Sep 7, 2023
1 parent 9754c39 commit ced4aae
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion apps/fsapp.app/filemanager.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
@import url("https://fonts.googleapis.com/css2?family=Roboto&display=swap");
@font-face {
font-family: Roboto;
src: url("/assets/fonts/Roboto-Regular.ttf") format("truetype");
}

* {
color: #ffffff;
font-family: "Roboto", sans-serif;
Expand Down

0 comments on commit ced4aae

Please sign in to comment.