dashboard
repositories
filestore
activity
search
login
external-software
/
github_gohugo_theme_ticky_tacky_dark
mirror of
https://github.com/kc0bfv/ticky_tacky_dark.git
summary
commits
tree
docs
forks
compare
pages
blame
|
history
|
raw
Bring CSS and fonts local, fix rand image bug
Karl
11.10.2022
ca325b10e4c08f30fef0e7e60c9ef7563062c342
[external-software/github_gohugo_theme_ticky_tacky_dark.git]
/
assets
/
css
/
open-sans.css
1
2
3
4
5
6
7
8
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
font-stretch: normal;
font-display: swap;
src: url("../font/open-sans.ttf") format('truetype');
}