dotcom font aliases for knowledge
This commit is contained in:
parent
476ea4f88b
commit
a5e4839159
1 changed files with 25 additions and 0 deletions
|
|
@ -83,6 +83,31 @@
|
|||
font-display: swap;
|
||||
}
|
||||
|
||||
/* Dotcom aliases for knowledge */
|
||||
@font-face {
|
||||
font-family: 'knowledge-regular';
|
||||
src: local('Knowledge');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'knowledge-medium';
|
||||
src: local('Knowledge');
|
||||
font-weight: 500;
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'knowledge-bold';
|
||||
src: local('Knowledge');
|
||||
font-weight: bold;
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
}
|
||||
|
||||
/* SOURCE SANS PRO */
|
||||
@font-face {
|
||||
font-family: 'Source Sans Pro';
|
||||
|
|
|
|||
Loading…
Reference in a new issue