14 lines
199 B
Plaintext
14 lines
199 B
Plaintext
|
@import 'vars.less';
|
||
|
|
||
|
@import (css) url('https://fonts.googleapis.com/css2?family=Rubik:wght@600&display=swap');
|
||
|
|
||
|
body {
|
||
|
font-family: @fonts-sans;
|
||
|
margin: 0;
|
||
|
}
|
||
|
|
||
|
h1 {
|
||
|
margin: 0;
|
||
|
padding: 0;
|
||
|
}
|