font fix
This commit is contained in:
parent
4f37ce9c7e
commit
33d02a4845
5 changed files with 2 additions and 2 deletions
Binary file not shown.
BIN
web/nfc-theme/static/DavidLibre-Regular.woff
Normal file
BIN
web/nfc-theme/static/DavidLibre-Regular.woff
Normal file
Binary file not shown.
|
|
@ -1,7 +1,7 @@
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'David Libre';
|
font-family: 'David Libre';
|
||||||
src: local('David Libre'), local('DavidLibre'),
|
src: local('David Libre'), local('DavidLibre'),
|
||||||
url('DavidLibre-Regular.ttf') format('ttf')
|
url('DavidLibre-Regular.woff') format('woff')
|
||||||
}
|
}
|
||||||
|
|
||||||
/* CSS Reset */
|
/* CSS Reset */
|
||||||
|
|
|
||||||
BIN
web/output/theme/DavidLibre-Regular.woff
Normal file
BIN
web/output/theme/DavidLibre-Regular.woff
Normal file
Binary file not shown.
|
|
@ -1,7 +1,7 @@
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'David Libre';
|
font-family: 'David Libre';
|
||||||
src: local('David Libre'), local('DavidLibre'),
|
src: local('David Libre'), local('DavidLibre'),
|
||||||
url('DavidLibre-Regular.ttf') format('ttf')
|
url('DavidLibre-Regular.woff') format('woff')
|
||||||
}
|
}
|
||||||
|
|
||||||
/* CSS Reset */
|
/* CSS Reset */
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue