10 lines
123 B
SCSS
Vendored
10 lines
123 B
SCSS
Vendored
//base-font.scss
|
|
|
|
html {
|
|
font-size: 10px;
|
|
font-family: "europa";
|
|
}
|
|
|
|
a.u-syndication {
|
|
text-decoration: none;
|
|
}
|