mirror of
https://github.com/pi-hole/web.git
synced 2026-04-20 00:39:52 +01:00
Unify vendor file location
Signed-off-by: yubiuser <github@yubiuser.dev>
This commit is contained in:
43
vendor/fonts/ubuntu-mono/ubuntu-mono.css
vendored
Normal file
43
vendor/fonts/ubuntu-mono/ubuntu-mono.css
vendored
Normal file
@@ -0,0 +1,43 @@
|
||||
/* ubuntu-mono-regular - latin-ext_latin */
|
||||
@font-face {
|
||||
font-family: 'Ubuntu Mono';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
font-display: swap;
|
||||
src: local(''),
|
||||
url('ubuntu-mono-v10-latin-ext_latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
|
||||
url('ubuntu-mono-v10-latin-ext_latin-regular.woff') format('woff') /* Modern Browsers */
|
||||
}
|
||||
|
||||
/* ubuntu-mono-italic - latin-ext_latin */
|
||||
@font-face {
|
||||
font-family: 'Ubuntu Mono';
|
||||
font-style: italic;
|
||||
font-weight: 400;
|
||||
font-display: swap;
|
||||
src: local(''),
|
||||
url('ubuntu-mono-v10-latin-ext_latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
|
||||
url('ubuntu-mono-v10-latin-ext_latin-italic.woff') format('woff') /* Modern Browsers */
|
||||
}
|
||||
|
||||
/* ubuntu-mono-700 - latin-ext_latin */
|
||||
@font-face {
|
||||
font-family: 'Ubuntu Mono';
|
||||
font-style: normal;
|
||||
font-weight: 700;
|
||||
font-display: swap;
|
||||
src: local(''),
|
||||
url('ubuntu-mono-v10-latin-ext_latin-700.woff2') format('woff2'), /* Super Modern Browsers */
|
||||
url('ubuntu-mono-v10-latin-ext_latin-700.woff') format('woff') /* Modern Browsers */
|
||||
}
|
||||
|
||||
/* ubuntu-mono-700italic - latin-ext_latin */
|
||||
@font-face {
|
||||
font-family: 'Ubuntu Mono';
|
||||
font-style: italic;
|
||||
font-weight: 700;
|
||||
font-display: swap;
|
||||
src: local(''),
|
||||
url('ubuntu-mono-v10-latin-ext_latin-700italic.woff2') format('woff2'), /* Super Modern Browsers */
|
||||
url('ubuntu-mono-v10-latin-ext_latin-700italic.woff') format('woff') /* Modern Browsers */
|
||||
}
|
||||
Reference in New Issue
Block a user