update fonts path
This commit is contained in:
parent
0204baf6ee
commit
4823924e3c
@ -1,7 +1,7 @@
|
|||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'Ubuntu Mono';
|
font-family: 'Ubuntu Mono';
|
||||||
src: url('/fonts/UbuntuMono-Regular.woff2') format('woff2'),
|
src: url('//cdn.a2s.su/blog/assets/fonts/UbuntuMono-Regular.woff2') format('woff2'),
|
||||||
url('/fonts/UbuntuMono-Regular.woff') format('woff');
|
url('//cdn.a2s.su/blog/assets/fonts/UbuntuMono-Regular.woff') format('woff');
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-display: swap;
|
font-display: swap;
|
||||||
@ -9,8 +9,8 @@
|
|||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'Ubuntu';
|
font-family: 'Ubuntu';
|
||||||
src: url('/fonts/Ubuntu-Bold.woff2') format('woff2'),
|
src: url('//cdn.a2s.su/blog/assets/fonts/Ubuntu-Bold.woff2') format('woff2'),
|
||||||
url('/fonts/Ubuntu-Bold.woff') format('woff');
|
url('//cdn.a2s.su/blog/assets/fonts/Ubuntu-Bold.woff') format('woff');
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-display: swap;
|
font-display: swap;
|
||||||
@ -18,8 +18,8 @@
|
|||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'Ubuntu';
|
font-family: 'Ubuntu';
|
||||||
src: url('/fonts/Ubuntu-BoldItalic.woff2') format('woff2'),
|
src: url('//cdn.a2s.su/blog/assets/fonts/Ubuntu-BoldItalic.woff2') format('woff2'),
|
||||||
url('/fonts/Ubuntu-BoldItalic.woff') format('woff');
|
url('//cdn.a2s.su/blog/assets/fonts/Ubuntu-BoldItalic.woff') format('woff');
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
font-display: swap;
|
font-display: swap;
|
||||||
@ -27,8 +27,8 @@
|
|||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'Ubuntu';
|
font-family: 'Ubuntu';
|
||||||
src: url('/fonts/Ubuntu-Italic.woff2') format('woff2'),
|
src: url('//cdn.a2s.su/blog/assets/fonts/Ubuntu-Italic.woff2') format('woff2'),
|
||||||
url('/fonts/Ubuntu-Italic.woff') format('woff');
|
url('//cdn.a2s.su/blog/assets/fonts/Ubuntu-Italic.woff') format('woff');
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
font-display: swap;
|
font-display: swap;
|
||||||
@ -36,8 +36,8 @@
|
|||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'Ubuntu';
|
font-family: 'Ubuntu';
|
||||||
src: url('/fonts/Ubuntu.woff2') format('woff2'),
|
src: url('//cdn.a2s.su/blog/assets/fonts/Ubuntu.woff2') format('woff2'),
|
||||||
url('/fonts/Ubuntu.woff') format('woff');
|
url('//cdn.a2s.su/blog/assets/fonts/Ubuntu.woff') format('woff');
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-display: swap;
|
font-display: swap;
|
||||||
|
Loading…
Reference in New Issue
Block a user