mirror of
https://codeberg.org/vlw/victorwesterlund.com.git
synced 2025-09-13 19:13:42 +02:00
Renamed the folder `public/` to make it usable with GH Pages only non-root directory.
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");
|
|
} |