Seenginx/Seenginx/SCSS/override-framework.scss

27 lines
515 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;
}
2020-04-13 23:58:26 +02:00
.pure-menu-heading {
2020-04-13 18:17:59 +02:00
text-transform: none;
font-family: Ubuntu-Mono,'Noto Mono'
}
2020-04-13 23:58:26 +02:00
.menu-list li a {
2020-04-13 18:17:59 +02:00
font-family: Ubuntu-Mono,'Noto Mono'
}