mirror of
https://github.com/ArchipelagoMW/Archipelago.git
synced 2026-04-03 07:33:42 -07:00
Add alternate font toggle to WebUI
This commit is contained in:
@@ -1,9 +1,19 @@
|
||||
@font-face{
|
||||
font-family: HyliaSerif;
|
||||
src: local('HyliaSerif'), url('../../../assets/HyliaSerif.otf')
|
||||
}
|
||||
|
||||
#web-ui{
|
||||
width: calc(100% - 1.5em);
|
||||
padding: 0.75em;
|
||||
font-family: HyliaSerif, sans-serif;
|
||||
|
||||
&.simple-font{
|
||||
font-family: sans-serif;
|
||||
}
|
||||
|
||||
#content-middle{
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user