re-update monospace
This commit is contained in:
parent
6993fa0551
commit
9b2dd3bd5d
2 changed files with 5 additions and 16 deletions
|
|
@ -5,7 +5,7 @@ export default {
|
||||||
serif: 'FreightText, serif',
|
serif: 'FreightText, serif',
|
||||||
'sans-serif': 'Knowledge, sans-serif',
|
'sans-serif': 'Knowledge, sans-serif',
|
||||||
monospace:
|
monospace:
|
||||||
'"Fragment Mono", Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace',
|
'"Droid Sans Mono", Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace',
|
||||||
hed: 'var(--theme-font-family-sans-serif)',
|
hed: 'var(--theme-font-family-sans-serif)',
|
||||||
subhed: 'var(--theme-font-family-sans-serif)',
|
subhed: 'var(--theme-font-family-sans-serif)',
|
||||||
body: 'var(--theme-font-family-serif)',
|
body: 'var(--theme-font-family-serif)',
|
||||||
|
|
|
||||||
|
|
@ -188,29 +188,18 @@
|
||||||
font-display: swap;
|
font-display: swap;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* FRAGMENT MONOSPACE */
|
/* DROID SANS MONO */
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'Fragment Mono';
|
font-family: 'Droid Sans Mono';
|
||||||
src: url('//graphics.thomsonreuters.com/style-assets/fonts/v1/FragmentMono-Regular.woff2')
|
src: url('//graphics.thomsonreuters.com/style-assets/fonts/v1/DroidSansMono.woff2')
|
||||||
format('woff2'),
|
format('woff2'),
|
||||||
url('//graphics.thomsonreuters.com/style-assets/fonts/v1/FragmentMono-Regular.woff')
|
url('//graphics.thomsonreuters.com/style-assets/fonts/v1/DroidSansMono.woff')
|
||||||
format('woff');
|
format('woff');
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-display: swap;
|
font-display: swap;
|
||||||
}
|
}
|
||||||
|
|
||||||
@font-face {
|
|
||||||
font-family: 'Fragment Mono';
|
|
||||||
src: url('//graphics.thomsonreuters.com/style-assets/fonts/v1/FragmentMono-Italic.woff2')
|
|
||||||
format('woff2'),
|
|
||||||
url('//graphics.thomsonreuters.com/style-assets/fonts/v1/FragmentMono-Italic.woff')
|
|
||||||
format('woff');
|
|
||||||
font-weight: normal;
|
|
||||||
font-style: italic;
|
|
||||||
font-display: swap;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* NOTO SANS JAPANESE */
|
/* NOTO SANS JAPANESE */
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'Noto Sans JP';
|
font-family: 'Noto Sans JP';
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue