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