zachsa999
zachsa999
Guess I'm stuck here now. I added this to `static/css/theme.scss` `@forward '~attractions/_variables' with ( $main: red, //only here for testing, it works $font: "'Ubuntu-Medium', sans-serif", ); @font-face { font-family: sans-serif;...
I added ``` @forward '~attractions/_variables' with ($main: rgb(128, 66, 76), $font: "'Ubuntu', sans-serif", ); @font-face { font-family: 'Ubuntu', sans-serif; // src: url('../fonts/Ubuntu/Ubuntu-Medium.ttf') format('ttf'); src: url('https://fonts.googleapis.com/css2?family=Ubuntu&display=swap'); } ``` to my theme...
Yup brok. Tuning in here
Tuning in here as well
I just want the icon pack in a light scheme. This way I can turn on light mode on the day schedule and never have to tough it again.
Willing to implement this, but looking for the go ahead
Is there some fix here where we can prevent the loading from happening if it already is loaded?