Seenginx/Seenginx/SCSS/override-framework.scss

29 lines
507 B
SCSS
Raw Normal View History

2020-04-13 18:17:59 +02:00
@font-face {
font-family: 'Ubuntu';
src: url(/fonts/ubuntu-light-webfont.woff2) format('woff2');
font-weight: 300;
font-style: normal;
}
2020-04-13 23:58:26 +02:00
2020-04-13 18:17:59 +02:00
@font-face {
font-family: 'Ubuntu-Mono';
src: url(/fonts/ubuntumono-regular-webfont.woff2) format('woff2');
/*font-weight: 300;*/
font-style: normal;
}
2020-04-13 23:58:26 +02:00
html {
2020-04-13 18:17:59 +02:00
font-family: Ubuntu, sans-serif;
}
.menu-list li a {
2020-04-13 18:17:59 +02:00
font-family: Ubuntu-Mono,'Noto Mono'
}
2020-04-24 00:18:16 +02:00
#editor {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
}