mirror of
https://codeberg.org/vlw/victorwesterlund.com.git
synced 2025-09-13 19:13:42 +02:00
- NETWATCH 404 pages removed - time for something new - Compartmentalized CSS fonts and JS script files - Streamlined cache manifest for ServiceWorker - Added AVIF images, replaced PNG fallback with WebP fallback - Changed favicon color
17 lines
No EOL
480 B
CSS
17 lines
No EOL
480 B
CSS
@font-face {
|
|
font-family: "Roboto Mono";
|
|
font-weight: 400;
|
|
src: local("Roboto Mono Regular"),
|
|
local("RobotoMono-Regular"),
|
|
url("../fonts/RobotoMono-Regular.woff2"),
|
|
url("../fonts/RobotoMono-Regular.ttf");
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "Roboto Mono";
|
|
font-weight: 700;
|
|
src: local("Roboto Mono Bold"),
|
|
local("RobotoMono-Bold"),
|
|
url("../fonts/RobotoMono-Bold.woff2"),
|
|
url("../fonts/RobotoMono-Bold.ttf");
|
|
} |