misc: distribute D-Din font (#23256)

This commit is contained in:
Serghei Mihai 2018-04-17 18:35:20 +02:00
parent beb73b304c
commit 1ec079cb43
5 changed files with 26 additions and 0 deletions

6
README
View File

@ -43,6 +43,12 @@ copyright notices:
# Licensed under the Ubuntu Font License, Version 1.0.
# https://www.fontsquirrel.com/license/ubuntu
* D-Din font
# https://www.fontsquirrel.com/fonts/d-din
#
# Licensed under the SIL Open Font License v1.10
# https://www.fontsquirrel.com/license/d-din
~~~~
Some CSS variant files have their own specific licenses.

BIN
static/fonts/din/DIN.otf Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -0,0 +1,20 @@
$din-font-path: '../fonts/din' !default;
@font-face {
font-family: 'Din';
src: url('#{$din-font-path}/DIN.otf') format('opentype');
font-weight: normal;
}
@font-face {
font-family: 'Din';
src: url('#{$din-font-path}/DINBold.otf') format('opentype');
font-weight: bold;
}
@font-face {
font-family: 'Din';
src: url('#{$din-font-path}/DINItalic.otf') format('opentype');
font-weight: normal;
font-style: italic;
}