mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-01-01 09:03:55 -05:00
10 lines
206 B
CSS
10 lines
206 B
CSS
@font-face {
|
|
font-family: "Ubuntu";
|
|
src: url(/fonts/Ubuntu-Regular.ttf) format("truetype");
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "Ubuntu Mono";
|
|
src: url(/fonts/UbuntuMono-Regular.ttf) format("truetype");
|
|
}
|