mirror of
https://github.com/YunoHost-Apps/ghost_ynh.git
synced 2024-09-03 19:16:02 +02:00
31 lines
949 B
CSS
31 lines
949 B
CSS
@font-face {
|
|
font-family: 'Noto Serif';
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
src: local('Noto Serif'), local('NotoSerif'), url('../fonts/NotoSerif.woff') format('woff');
|
|
}
|
|
@font-face {
|
|
font-family: 'Noto Serif';
|
|
font-style: normal;
|
|
font-weight: 700;
|
|
src: local('Noto Serif Bold'), local('NotoSerif-Bold'), url('../fonts/NotoSerif-Bold.woff') format('woff');
|
|
}
|
|
@font-face {
|
|
font-family: 'Noto Serif';
|
|
font-style: italic;
|
|
font-weight: 400;
|
|
src: local('Noto Serif Italic'), local('NotoSerif-Italic'), url('../fonts/NotoSerif-Italic.woff') format('woff');
|
|
}
|
|
@font-face {
|
|
font-family: 'Open Sans';
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
src: local('Open Sans'), local('OpenSans'), url('../fonts/OpenSans.woff') format('woff');
|
|
}
|
|
@font-face {
|
|
font-family: 'Open Sans';
|
|
font-style: normal;
|
|
font-weight: 700;
|
|
src: local('Open Sans Bold'), local('OpenSans-Bold'), url('../fonts/OpenSans-Bold.woff') format('woff');
|
|
}
|
|
|