Cambiata famiglia di font per tema bglug.
This commit is contained in:
parent
3d1a5afb73
commit
1fc5b8778a
2 changed files with 10 additions and 2 deletions
|
@ -8,6 +8,8 @@ nelle aziende oppure a casa per gli *home labs* o semplicemente per dei test.
|
|||
|
||||
## Compilazione slide
|
||||
|
||||
Il font principale richiamato nel tema *bglug* è [Atkinson Hyperlegible](https://www.brailleinstitute.org/freefont/). Usa la versione "regular" e la versione "Mono". Alcuni sistemi lo pacchettizzano, altrimenti si possono trovare anche su [Google Fonts](https://fonts.google.com/?query=atkinson).
|
||||
|
||||
Clonare il repository, quindi usando `npm` o `yarn` per recuperare le
|
||||
dipendenze:
|
||||
|
||||
|
|
|
@ -3,6 +3,12 @@
|
|||
|
||||
@import 'https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css';
|
||||
|
||||
:root {
|
||||
font-family: Atkinson Hyperlegible;
|
||||
font-weight: initial;
|
||||
--fontStack-monospace: Atkinson Hyperlegible Mono;
|
||||
}
|
||||
|
||||
h6 img {
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
@ -10,8 +16,8 @@ h6 img {
|
|||
section em {
|
||||
color: inherit;
|
||||
background-color: transparent;
|
||||
font-kerning: none;
|
||||
font-weight: initial;
|
||||
font-family: 'Atkinson Hyperlegible';
|
||||
font-weight: inherit;
|
||||
font-style: italic;
|
||||
padding: 0px;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue