Skip to content

Commit 6dac2bc

Browse files
committed
upd
1 parent d2785e2 commit 6dac2bc

7 files changed

Lines changed: 19 additions & 14 deletions

File tree

theme/css/variables.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
Font name = "Courier 10 Pitch" (NOT "Yunoga")
2+
3+
=================
4+
15
(c) Copyright 1989-1992, Bitstream Inc., Cambridge, MA.
26

37
You are hereby granted permission under all Bitstream propriety rights

theme/fonts/fonts.css

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/* Open Sans is licensed under the Apache License, Version 2.0. See http://www.apache.org/licenses/LICENSE-2.0 */
2-
/* Courier 10 Pitch includes the Bitstream Inc. trademark and a specific license. */
2+
/* Yunoga (actually called "Courier 10 Pitch", not "Yunoga")
3+
* includes the Bitstream Inc. trademark and a specific license. */
34

45
/* open-sans-300 - latin_vietnamese_latin-ext_greek-ext_greek_cyrillic-ext_cyrillic */
56
@font-face {
@@ -91,34 +92,34 @@
9192
url('{{ resource "fonts/open-sans-v17-all-charsets-800italic.woff2" }}') format('woff2');
9293
}
9394

94-
/* courier_10_pitch */
95+
/* yunoga */
9596
@font-face {
96-
font-family: 'courier 10 pitch';
97+
font-family: 'yunoga';
9798
font-style: normal;
9899
font-weight: 400;
99-
src: url('{{ resource "fonts/cour10p_r.woff2" }}') format('woff2');
100+
src: url('{{ resource "fonts/yunoga.woff2" }}') format('woff2');
100101
}
101102

102-
/* courier_10_pitch */
103+
/* yunoga */
103104
@font-face {
104-
font-family: 'courier 10 pitch';
105+
font-family: 'yunoga';
105106
font-style: italic;
106107
font-weight: 400;
107-
src: url('{{ resource "fonts/cour10p_i.woff2" }}') format('woff2');
108+
src: url('{{ resource "fonts/yunoga_i.woff2" }}') format('woff2');
108109
}
109110

110-
/* courier_10_pitch */
111+
/* yunoga */
111112
@font-face {
112-
font-family: 'courier 10 pitch';
113+
font-family: 'yunoga';
113114
font-style: normal;
114115
font-weight: 700;
115-
src: url('{{ resource "fonts/cour10p_b.woff2" }}') format('woff2');
116+
src: url('{{ resource "fonts/yunoga_b.woff2" }}') format('woff2');
116117
}
117118

118-
/* courier_10_pitch */
119+
/* yunoga */
119120
@font-face {
120-
font-family: 'courier 10 pitch';
121+
font-family: 'yunoga';
121122
font-style: italic;
122123
font-weight: 700;
123-
src: url('{{ resource "fonts/cour10p_bi.woff2" }}') format('woff2');
124+
src: url('{{ resource "fonts/yunoga_bi.woff2" }}') format('woff2');
124125
}

0 commit comments

Comments
 (0)