mirror of
https://github.com/manilarome/the-glorious-startpage.git
synced 2024-11-27 10:03:27 +01:00
ae6e1254ea
* fix paddings on screen * fix test Variable Assigned to Object Injection Sink * fix parse int missing base * fix security issues(regex not included) * fix missing base * fixes padding * minor fixes * regex * cleanup * minor cleanup in webmenu * cleanups * cleanups spaces to tab * cleanups * spacing tabs fixes test * cleanup * cleanup * multitransition new line * cleanup * cleanup * cleanup * cleanup * readme * comments * cleanup * Avoid assignments in operands * cleanup
55 lines
2.2 KiB
CSS
55 lines
2.2 KiB
CSS
/* Fantasque Sans */
|
|
@font-face {
|
|
font-family: 'fantasque-sans-mono';
|
|
font-style: normal;
|
|
src: url('../../fonts/fantasque-sans-mono-bold-italic-nerd-font-complete.ttf');
|
|
}
|
|
|
|
/* Roboto light */
|
|
@font-face {
|
|
font-family: 'roboto-light';
|
|
font-style: normal;
|
|
font-weight: 300;
|
|
src: url('../../fonts/roboto-v20-latin-300.eot'); /* IE9 Compat Modes */
|
|
src:
|
|
local('Roboto Light'),
|
|
local('Roboto-Light'),
|
|
url('../../fonts/roboto-v20-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
|
|
url('../../fonts/roboto-v20-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
|
|
url('../../fonts/roboto-v20-latin-300.woff') format('woff'), /* Modern Browsers */
|
|
url('../../fonts/roboto-v20-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
|
|
url('../../fonts/roboto-v20-latin-300.svg#Roboto') format('svg'); /* Legacy iOS */
|
|
}
|
|
|
|
/* Roboto normal */
|
|
@font-face {
|
|
font-family: 'roboto';
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
src: url('../../fonts/roboto-v20-latin-regular.eot'); /* IE9 Compat Modes */
|
|
src:
|
|
local('Roboto'),
|
|
local('Roboto-Regular'),
|
|
url('../../fonts/roboto-v20-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
|
|
url('../../fonts/roboto-v20-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
|
|
url('../../fonts/roboto-v20-latin-regular.woff') format('woff'), /* Modern Browsers */
|
|
url('../../fonts/roboto-v20-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
|
|
url('../../fonts/roboto-v20-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
|
|
}
|
|
|
|
/* Roboto bold */
|
|
@font-face {
|
|
font-family: 'roboto-bold';
|
|
font-style: normal;
|
|
font-weight: 700;
|
|
src: url('../../fonts/roboto-v20-latin-700.eot'); /* IE9 Compat Modes */
|
|
src:
|
|
local('Roboto Bold'),
|
|
local('Roboto-Bold'),
|
|
url('../../fonts/roboto-v20-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
|
|
url('../../fonts/roboto-v20-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
|
|
url('../../fonts/roboto-v20-latin-700.woff') format('woff'), /* Modern Browsers */
|
|
url('../../fonts/roboto-v20-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
|
|
url('../../fonts/roboto-v20-latin-700.svg#Roboto') format('svg'); /* Legacy iOS */
|
|
}
|