mirror of
https://github.com/jbowdre/runtimeterror.git
synced 2024-11-09 09:32:19 +00:00
retrieve web fonts from cdn
This commit is contained in:
parent
dd1657058d
commit
fed55ebfe5
1 changed files with 6 additions and 6 deletions
|
@ -9,8 +9,8 @@
|
|||
font-style: normal;
|
||||
font-weight: 400;
|
||||
src: local('Berkeley Mono'),
|
||||
url('/fonts/BerkeleyMono-Regular.woff2') format('woff2'),
|
||||
url('/fonts/BerkeleyMono-Regular.woff') format('woff')
|
||||
url('https://cdn.runtimeterror.dev/fonts/BerkeleyMono-Regular.woff2') format('woff2'),
|
||||
url('https://cdn.runtimeterror.dev/fonts/BerkeleyMono-Regular.woff') format('woff')
|
||||
}
|
||||
|
||||
@font-face {
|
||||
|
@ -18,8 +18,8 @@
|
|||
font-style: italic;
|
||||
font-weight: 400;
|
||||
src: local('Berkeley Mono Italic'),
|
||||
url('/fonts/BerkeleyMono-Italic.woff2') format('woff2'),
|
||||
url('/fonts/BerkeleyMono-Italic.woff') format('woff')
|
||||
url('https://cdn.runtimeterror.dev/fonts/BerkeleyMono-Italic.woff2') format('woff2'),
|
||||
url('https://cdn.runtimeterror.dev/fonts/BerkeleyMono-Italic.woff') format('woff')
|
||||
}
|
||||
|
||||
@font-face {
|
||||
|
@ -27,8 +27,8 @@
|
|||
font-style: normal;
|
||||
font-weight: 600;
|
||||
src: local('Berkeley Mono Bold'),
|
||||
url('/fonts/BerkeleyMono-Bold.woff2') format('woff2'),
|
||||
url('/fonts/BerkeleyMono-Bold.woff') format('woff')
|
||||
url('https://cdn.runtimeterror.dev/fonts/BerkeleyMono-Bold.woff2') format('woff2'),
|
||||
url('https://cdn.runtimeterror.dev/fonts/BerkeleyMono-Bold.woff') format('woff')
|
||||
}
|
||||
|
||||
/* override page max-width */
|
||||
|
|
Loading…
Reference in a new issue