saumur: use roboto font for link-list (#70620)

This commit is contained in:
Agate 2022-12-14 16:17:37 +01:00
parent 24d54bdb02
commit 111f97680b
2 changed files with 5 additions and 0 deletions

View File

@ -98,6 +98,10 @@ h3 {
font-size: $fz-3;
}
%cell-links-list {
font-family: Roboto, sans-serif;
}
.search-cell.transparent {
border: none;
background: transparent;

View File

@ -1,5 +1,6 @@
@charset "UTF-8";
@import '../includes/fonts/manrope';
@import '../includes/fonts/roboto';
@import 'vars';
@import '../includes/publik';