From 1fa504df707246cf1bd8489d2f95a41867b0e1b4 Mon Sep 17 00:00:00 2001 From: Adam Harvey Date: Sun, 24 Feb 2019 15:09:53 +0100 Subject: add site .md, assets --- site/content/assets/roboto/roboto.css | 36 +++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 site/content/assets/roboto/roboto.css (limited to 'site/content/assets/roboto/roboto.css') diff --git a/site/content/assets/roboto/roboto.css b/site/content/assets/roboto/roboto.css new file mode 100644 index 00000000..510d9f41 --- /dev/null +++ b/site/content/assets/roboto/roboto.css @@ -0,0 +1,36 @@ +/* Fonts */ +@font-face { + font-family: 'Roboto'; + font-style: normal; + font-weight: 300; + src: url("Roboto_300.eot?#iefix") format("embedded-opentype"), url("Roboto_300.woff") format("woff"), url("Roboto_300.woff2") format("woff2"), url("Roboto_300.svg#Roboto") format("svg"), url("Roboto_300.ttf") format("truetype"); } + +@font-face { + font-family: 'Roboto'; + font-style: normal; + font-weight: 400; + src: url("Roboto_400.eot?#iefix") format("embedded-opentype"), url("Roboto_400.woff") format("woff"), url("Roboto_400.woff2") format("woff2"), url("Roboto_400.svg#Roboto") format("svg"), url("Roboto_400.ttf") format("truetype"); } + +@font-face { + font-family: 'Roboto'; + font-style: normal; + font-weight: 500; + src: url("Roboto_500.eot?#iefix") format("embedded-opentype"), url("Roboto_500.woff") format("woff"), url("Roboto_500.woff2") format("woff2"), url("Roboto_500.svg#Roboto") format("svg"), url("Roboto_500.ttf") format("truetype"); } + +@font-face { + font-family: 'Roboto-Mono'; + font-style: normal; + font-weight: 300; + src: url("Roboto_Mono_300.eot?#iefix") format("embedded-opentype"), url("Roboto_Mono_300.woff") format("woff"), url("Roboto_Mono_300.woff2") format("woff2"), url("Roboto_Mono_300.svg#RobotoMono") format("svg"), url("Roboto_Mono_300.ttf") format("truetype"); } + +@font-face { + font-family: 'Roboto-Mono'; + font-style: normal; + font-weight: 400; + src: url("Roboto_Mono_400.eot?#iefix") format("embedded-opentype"), url("Roboto_Mono_400.woff") format("woff"), url("Roboto_Mono_400.woff2") format("woff2"), url("Roboto_Mono_400.svg#RobotoMono") format("svg"), url("Roboto_Mono_400.ttf") format("truetype"); } + +@font-face { + font-family: 'Roboto-Mono'; + font-style: normal; + font-weight: 500; + src: local("Roboto-Mono Medium"), local("RobotoMono-Medium"), url("Roboto_Mono_500.eot?#iefix") format("embedded-opentype"), url("Roboto_Mono_500.woff") format("woff"), url("Roboto_Mono_500.woff2") format("woff2"), url("Roboto_Mono_500.svg#RobotoMono") format("svg"), url("Roboto_Mono_500.ttf") format("truetype"); } -- cgit v1.2.3-70-g09d2