mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-01-08 18:48:50 +01:00
refactor(app): use roboto instead of open-sans
This commit is contained in:
parent
26f788a497
commit
d16206f129
5 changed files with 17 additions and 8 deletions
|
|
@ -13,6 +13,9 @@ $nb-themes: nb-register-theme((
|
|||
layout-content-width: 1400px,
|
||||
|
||||
toggle-layout-color: color-success,
|
||||
|
||||
font-main: Roboto,
|
||||
font-secondary: Exo,
|
||||
), default, default);
|
||||
|
||||
$nb-themes: nb-register-theme((
|
||||
|
|
@ -22,6 +25,9 @@ $nb-themes: nb-register-theme((
|
|||
layout-content-width: 1400px,
|
||||
|
||||
toggle-layout-color: link-color-active,
|
||||
|
||||
font-main: Roboto,
|
||||
font-secondary: Exo,
|
||||
), cosmic, cosmic);
|
||||
|
||||
$nb-themes: nb-register-theme((
|
||||
|
|
@ -29,4 +35,7 @@ $nb-themes: nb-register-theme((
|
|||
sidebar-header-gap: 2rem,
|
||||
sidebar-header-height: initial,
|
||||
layout-content-width: 1400px,
|
||||
|
||||
font-main: Roboto,
|
||||
font-secondary: Exo,
|
||||
), light, light);
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@
|
|||
|
||||
<div class="font-row font-main">
|
||||
<div class="header">
|
||||
<div class="name bold">Open Sans</div>
|
||||
<div class="name bold">Roboto</div>
|
||||
|
||||
<div class="variants">
|
||||
<span class="font-w-bold">Bold</span>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue